about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-03-07 22:09:07 +0100
committerGitHub <noreply@github.com>2024-03-07 22:09:07 +0100
commitf1d7c566fefee69f14002b3717790756cf870e5e (patch)
tree7bad51f74ebece3a326bd3b6c119ee93643a2876 /pkgs/applications/networking
parent7dab652cb911af68887848e3f9a2a63f920fa732 (diff)
parent66fa4bf3f4e542da631a3ac7b1ccc57d91986c46 (diff)
Merge pull request #293920 from r-ryantm/auto-update/nextcloud-client
nextcloud-client: 3.12.0 -> 3.12.1
Diffstat (limited to 'pkgs/applications/networking')
-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 847ab81241b4e..a6f0cf62b5037 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -26,7 +26,7 @@
 
 stdenv.mkDerivation rec {
   pname = "nextcloud-client";
-  version = "3.12.0";
+  version = "3.12.1";
 
   outputs = [ "out" "dev" ];
 
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
     owner = "nextcloud";
     repo = "desktop";
     rev = "v${version}";
-    hash = "sha256-77vsl7BvptNlU/1epn4Eo+3Lnedn5awUgqbkyapW7+A=";
+    hash = "sha256-WGmabfOuEs9WRq1Ta7ZiZQuscoEdxhaFhuppE7MpZfk=";
   };
 
   patches = [