about summary refs log tree commit diff
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-06-14 00:23:33 +0300
committerIlan Joselevich <personal@ilanjoselevich.com>2023-06-14 00:24:19 +0300
commit904d6a0b6252b834927d9c82018d8f43f1e2e06a (patch)
treed646e4947b5c42c84eeff587d37e23445fb23c0d /pkgs/applications/networking/nextcloud-client
parent1f5a30f31065c3ffdcfa7243b35c75c1e9657f4d (diff)
nextcloud-client: 3.8.2 -> 3.9.0
Diff: https://github.com/nextcloud/desktop/compare/v3.8.2...v3.9.0
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 7a935a0876d18..322f97f48031f 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.2";
+  version = "3.9.0";
 
   outputs = [ "out" "dev" ];
 
@@ -34,7 +34,7 @@ mkDerivation rec {
     owner = "nextcloud";
     repo = "desktop";
     rev = "v${version}";
-    sha256 = "sha256-V5g6+Ci2MjBKnitY6IIaMY4gpoeMK+sd7HGZ1U87xL4=";
+    sha256 = "sha256-XcQYttd5dl2TCbBxOlRBg8/mEiHekoxayPi81ot7N7o=";
   };
 
   patches = [