summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-01-21 22:59:19 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-01-21 22:59:19 +0100
commitda89af6e5fc3cd66acd57c99e0de754d17f2fc2c (patch)
treec20e5357ef4e87e889ec755b729e8c67056aca81 /pkgs/applications/networking/nextcloud-client
parent43cb2bd0aa6f4e70a0cd49882a9bd32e1f19a5c5 (diff)
nextcloud-client: 3.6.4 -> 3.6.6
Diff: https://github.com/nextcloud/desktop/compare/v3.6.4...v3.6.6
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix4
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 f2d368af612f..e409551f1232 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.6.4";
+ version = "3.6.6";
outputs = [ "out" "dev" ];
@@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
- sha256 = "sha256-ZtDgm9xlBQflVXsxjt4bFmRby6ni0wjaGYaoiEWH9Q0=";
+ sha256 = "sha256-P3LSgrcMZZM0OY3yQz8t3Cf5spJJTB+JTIpoT9U3+xc=";
};
patches = [