diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-01-31 12:36:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 12:36:55 +0100 |
| commit | 6e240d9ca1bd6e2a171a0cd9fd611b8c65410127 (patch) | |
| tree | 8d43614ada856a9d2a76c805921ce28b6b0fb4a3 | |
| parent | Merge pull request #157323 from NixOS/backport-157250-to-release-21.11 (diff) | |
| parent | nextcloud23: 23.0.0 -> 23.0.1 (diff) | |
| download | nixpkgs-6e240d9ca1bd6e2a171a0cd9fd611b8c65410127.tar.gz | |
Merge pull request #157389 from NixOS/backport-157270-to-release-21.11
[Backport release-21.11] nextcloud: 21.0.7 -> 21.0.8, 22.2.3 -> 22.2.4, 23.0.0 -> 23.0.1
| -rw-r--r-- | pkgs/servers/nextcloud/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix index 5490b29090e0..a530a58e9000 100644 --- a/pkgs/servers/nextcloud/default.nix +++ b/pkgs/servers/nextcloud/default.nix @@ -46,18 +46,18 @@ in { ''; nextcloud21 = generic { - version = "21.0.7"; - sha256 = "sha256-WZMhWW613q5c6grR/dzVSCKJKru7XPtRoxgBhi8VE7c="; + version = "21.0.8"; + sha256 = "00c37wp6fsnpm40bbhk6r6xycacfa5zk7arzc3i4xmhm89cyvm6z"; }; nextcloud22 = generic { - version = "22.2.3"; - sha256 = "sha256-ZqKaakkHOMCr7bZ3y2jHyR+rqz5kGaPJnYtAaJnrlCo="; + version = "22.2.4"; + sha256 = "0vnf2j1hz0d7lxby73r2mq2rjm72nq55xajzm8sipj6wlbys15zl"; }; nextcloud23 = generic { - version = "23.0.0"; - sha256 = "sha256-w3WSq8O2XI/ShFkoGiT0FLh69S/IwuqXm+P5vnXQGiw="; + version = "23.0.1"; + sha256 = "047pnkp49rf0a9gl03dwkkdgzmdsf88m79mzq04bwmgkb3a3qxay"; }; # tip: get she sha with: # curl 'https://download.nextcloud.com/server/releases/nextcloud-${version}.tar.bz2.sha256' |
