about summary refs log tree commit diff
path: root/pkgs/applications/networking/nextcloud-client/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-05-18 02:10:54 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-05-18 02:10:54 +0200
commit59d31d137e2e4e8ef072b4aea12c5c6baa89139e (patch)
tree56d60387d36a774e3cdb149e0f8e81428fa762f9 /pkgs/applications/networking/nextcloud-client/default.nix
parent4376e41af070274454bd510556a8de33a77ea6ed (diff)
nextcloud-client: 3.8.1 -> 3.8.2
Diff: https://github.com/nextcloud/desktop/compare/v3.8.1...v3.8.2
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client/default.nix')
-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 701fc6f7b8341..7a935a0876d18 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.8.1";
+  version = "3.8.2";
 
   outputs = [ "out" "dev" ];
 
@@ -34,7 +34,7 @@ mkDerivation rec {
     owner = "nextcloud";
     repo = "desktop";
     rev = "v${version}";
-    sha256 = "sha256-BTve1dq+OiUwh/Kiy20iSAyALolkdOX7FHwxvVAdS4U=";
+    sha256 = "sha256-V5g6+Ci2MjBKnitY6IIaMY4gpoeMK+sd7HGZ1U87xL4=";
   };
 
   patches = [