summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 03:22:33 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:21:54 -0800
commitfc760a058a81ff57fd22484c389ffc66de608ae4 (patch)
tree91f94168750ffd5a82dfbac41469e8da6e98d133 /pkgs/tools/filesystems
parent7b12207cc942f9f621e66f7a203874595b56b07f (diff)
downloadnixpkgs-fc760a058a81ff57fd22484c389ffc66de608ae4.tar
nixpkgs-fc760a058a81ff57fd22484c389ffc66de608ae4.tar.gz
nixpkgs-fc760a058a81ff57fd22484c389ffc66de608ae4.tar.bz2
nixpkgs-fc760a058a81ff57fd22484c389ffc66de608ae4.tar.lz
nixpkgs-fc760a058a81ff57fd22484c389ffc66de608ae4.tar.xz
nixpkgs-fc760a058a81ff57fd22484c389ffc66de608ae4.tar.zst
nixpkgs-fc760a058a81ff57fd22484c389ffc66de608ae4.zip
ceph-csi: 3.4.0 -> 3.5.1
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 2eaa59b27e5..28d8e36f950 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.4.0";
+  version = "3.5.1";
 
   nativeBuildInputs = [ go ];
   buildInputs = [ ceph ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "ceph";
     repo = "ceph-csi";
     rev = "v${version}";
-    sha256 = "sha256-5+eK+iN6ecWtcmNPjiThCj1rwFaHX3rVCW9lmUCWhU0=";
+    sha256 = "sha256-TKNpMRZALMBgK9kN6aVokC+JpRo18AOJIXKNb1ZGgkQ=";
   };
 
   preConfigure = ''