diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2022-08-18 23:27:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 23:27:24 +0200 |
| commit | 63cd5fe801f901cc6fd153e2149975f5e34c25a1 (patch) | |
| tree | 1ca574e11978a2dff88bdefe2eec89cb160d1dc9 | |
| parent | Merge pull request #187160 from NixOS/backport-186867-to-release-22.05 (diff) | |
| parent | nextcloud-client: 3.5.3 -> 3.5.4 (diff) | |
| download | nixpkgs-63cd5fe801f901cc6fd153e2149975f5e34c25a1.tar.gz | |
Merge pull request #187167 from NixOS/backport-184877-to-release-22.05
| -rw-r--r-- | pkgs/applications/networking/nextcloud-client/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix index 090c17718eea..575dde4ef882 100644 --- a/pkgs/applications/networking/nextcloud-client/default.nix +++ b/pkgs/applications/networking/nextcloud-client/default.nix @@ -26,7 +26,7 @@ mkDerivation rec { pname = "nextcloud-client"; - version = "3.5.3"; + version = "3.5.4"; outputs = [ "out" "dev" ]; @@ -34,7 +34,7 @@ mkDerivation rec { owner = "nextcloud"; repo = "desktop"; rev = "v${version}"; - sha256 = "sha256-J6ukQ29DpCgmX9MF+evWXAy3usl0xB/xv4inBPS8nQI="; + sha256 = "sha256-ennKNUuoyhpVfG1XPzJKrop0i77BAB3C2MNqZPOXNkc="; }; patches = [ |
