diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-01 12:02:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 12:02:24 +0000 |
| commit | f3307f7b93c39143c2d46656b0f79b04c1a5de6d (patch) | |
| tree | 9446ca398e0a2ae4f028695eb09237e0467a80b7 | |
| parent | Merge release-21.05 into staging-next-21.05 (diff) | |
| parent | Merge pull request #136268 from NixOS/backport-135929-to-release-21.05 (diff) | |
| download | nixpkgs-f3307f7b93c39143c2d46656b0f79b04c1a5de6d.tar.gz | |
Merge release-21.05 into staging-next-21.05
| -rw-r--r-- | pkgs/servers/nextcloud/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix index ca7f3d56e5e7..385483ead8d7 100644 --- a/pkgs/servers/nextcloud/default.nix +++ b/pkgs/servers/nextcloud/default.nix @@ -65,8 +65,8 @@ in { }; nextcloud22 = generic { - version = "22.1.0"; - sha256 = "sha256-SCCAj3mRRoU2BOH6J9fykkSQGKRNxzv5KKl7AgKDGLo="; + version = "22.1.1"; + sha256 = "sha256-5VtuuXf7U5CB4zp9jxluOEMOszfMdr8DeaZjpJf73ls="; }; # tip: get she sha with: # curl 'https://download.nextcloud.com/server/releases/nextcloud-${version}.tar.bz2.sha256' |
