nextcloud20: init
This commit is contained in:
parent
9243c64e7f
commit
71098fba81
@ -85,7 +85,7 @@ in {
|
|||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
description = "Which package to use for the Nextcloud instance.";
|
description = "Which package to use for the Nextcloud instance.";
|
||||||
relatedPackages = [ "nextcloud18" "nextcloud19" ];
|
relatedPackages = [ "nextcloud18" "nextcloud19" "nextcloud20" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
maxUploadSize = mkOption {
|
maxUploadSize = mkOption {
|
||||||
|
@ -49,4 +49,9 @@ in {
|
|||||||
version = "19.0.3";
|
version = "19.0.3";
|
||||||
sha256 = "0sc9cnsdh8kj60h7i3knh40ngdz1w1wmdqw2v2axfkmax22kjl7w";
|
sha256 = "0sc9cnsdh8kj60h7i3knh40ngdz1w1wmdqw2v2axfkmax22kjl7w";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nextcloud20 = generic {
|
||||||
|
version = "20.0.0";
|
||||||
|
sha256 = "1n2cv1i56g6qpzkbl5xaf420zzr4y7isg0lskmr7ymk83way0wx2";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -5720,7 +5720,7 @@ in
|
|||||||
grocy = callPackage ../servers/grocy { };
|
grocy = callPackage ../servers/grocy { };
|
||||||
|
|
||||||
inherit (callPackage ../servers/nextcloud {})
|
inherit (callPackage ../servers/nextcloud {})
|
||||||
nextcloud17 nextcloud18 nextcloud19;
|
nextcloud17 nextcloud18 nextcloud19 nextcloud20;
|
||||||
|
|
||||||
nextcloud-client = libsForQt514.callPackage ../applications/networking/nextcloud-client { };
|
nextcloud-client = libsForQt514.callPackage ../applications/networking/nextcloud-client { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user