Skip to content

Commit

Permalink
nextcloud19: init at 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 19, 2020
1 parent 221fdca commit a2a5aa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/nextcloud.nix
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions pkgs/servers/nextcloud/default.nix
Expand Up @@ -36,4 +36,9 @@ in {
version = "18.0.6";
sha256 = "1chmkg31jc1nr53y8r886mmd2jzb78094mrx7ggcfpjfkkv8b89s";
};

nextcloud19 = generic {
version = "19.0.0";
sha256 = "1bhazqj5f02sclh5pmifzqfahhhfqypixbvkgrnlgqy5ayb44gfj";
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit a2a5aa2

Please sign in to comment.