about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-03 13:52:23 +0200
committerGitHub <noreply@github.com>2024-04-03 13:52:23 +0200
commitc85836aa488911ce53910224bf5d49c5e80a5404 (patch)
treed0f5ad5c84ae431795db7b5e23cee253e7237681
parent5765104d3004820a4ede53218886259cc5b22ab4 (diff)
parentff249bd530eee842c53c4ef06e793965d3f62f58 (diff)
Merge pull request #301061 from r-ryantm/auto-update/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 f97f96d74f14c..a6d88fc686b0f 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.2";
+  version = "3.12.3";
 
   outputs = [ "out" "dev" ];
 
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
     owner = "nextcloud";
     repo = "desktop";
     rev = "v${version}";
-    hash = "sha256-qVb0omSWzwkbqdtYXy8VWYyCM0CDCAW9L78pli9TbO4=";
+    hash = "sha256-ScWkEOx2tHoCQbFwBvJQgk2YoYOTPi3PrVsaDNJBEUI=";
   };
 
   patches = [