nextcloud19: init at 19.0.0

https://nextcloud.com/blog/nextcloud-hub-brings-productivity-to-home-office/
This commit is contained in:
Maximilian Bosch 2020-06-03 17:17:04 +02:00
parent 221fdca03e
commit a2a5aa2634
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
3 changed files with 7 additions and 2 deletions

View file

@ -69,7 +69,7 @@ in {
package = mkOption {
type = types.package;
description = "Which package to use for the Nextcloud instance.";
relatedPackages = [ "nextcloud17" "nextcloud18" ];
relatedPackages = [ "nextcloud17" "nextcloud18" "nextcloud19" ];
};
maxUploadSize = mkOption {

View file

@ -36,4 +36,9 @@ in {
version = "18.0.6";
sha256 = "1chmkg31jc1nr53y8r886mmd2jzb78094mrx7ggcfpjfkkv8b89s";
};
nextcloud19 = generic {
version = "19.0.0";
sha256 = "1bhazqj5f02sclh5pmifzqfahhhfqypixbvkgrnlgqy5ayb44gfj";
};
}

View file

@ -5464,7 +5464,7 @@ in
grocy = callPackage ../servers/grocy { };
inherit (callPackage ../servers/nextcloud {})
nextcloud17 nextcloud18;
nextcloud17 nextcloud18 nextcloud19;
nextcloud-client = libsForQt5.callPackage ../applications/networking/nextcloud-client { };