about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-08 16:46:17 +0200
committerGitHub <noreply@github.com>2024-04-08 16:46:17 +0200
commit3371bbf888ee9674f40baaf1efee6042674d6be9 (patch)
treed8db62444b5fd0a1d88f40dcafd2d0d78d9d953f /pkgs/tools/filesystems
parentc083bc2a45d3bb00d320f6851b33d71117b624c5 (diff)
parent677b3f4acb41f9d6064c8b2530b51c97a176fd72 (diff)
Merge pull request #301104 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.10.2 -> 3.11.0
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/ceph-csi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/ceph-csi/default.nix b/pkgs/tools/filesystems/ceph-csi/default.nix
index 29224aba38b78..5d0a4c5a53a92 100644
--- a/pkgs/tools/filesystems/ceph-csi/default.nix
+++ b/pkgs/tools/filesystems/ceph-csi/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "ceph-csi";
-  version = "3.10.2";
+  version = "3.11.0";
 
   nativeBuildInputs = [ go ];
   buildInputs = [ ceph ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "ceph";
     repo = "ceph-csi";
     rev = "v${version}";
-    sha256 = "sha256-nS5gLe64ubcUatUfPg1f7npLZ90koJcfiDbhidS93/8=";
+    sha256 = "sha256-EgHl74kJ6lTS3pqz/Hxh/2tpc1xiDNcJxzERwKops+A=";
   };
 
   preConfigure = ''