summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-30 06:29:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-30 06:29:16 +0000
commitfc37170d7b3640088878a2215075596ccdcd3af1 (patch)
treeebe58a7a7fe69a0aadf45be1b2965b052792abb7 /pkgs/tools
parent34b37ad59c46fa273a03944c3f10e269f3984852 (diff)
downloadnixpkgs-fc37170d7b3640088878a2215075596ccdcd3af1.tar
nixpkgs-fc37170d7b3640088878a2215075596ccdcd3af1.tar.gz
nixpkgs-fc37170d7b3640088878a2215075596ccdcd3af1.tar.bz2
nixpkgs-fc37170d7b3640088878a2215075596ccdcd3af1.tar.lz
nixpkgs-fc37170d7b3640088878a2215075596ccdcd3af1.tar.xz
nixpkgs-fc37170d7b3640088878a2215075596ccdcd3af1.tar.zst
nixpkgs-fc37170d7b3640088878a2215075596ccdcd3af1.zip
ceph-csi: 3.3.1 -> 3.4.0
Diffstat (limited to 'pkgs/tools')
-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 7f468c80964..2eaa59b27e5 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.3.1";
+  version = "3.4.0";
 
   nativeBuildInputs = [ go ];
   buildInputs = [ ceph ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "ceph";
     repo = "ceph-csi";
     rev = "v${version}";
-    sha256 = "16nh4bh8a9s2zbxnnhq1ldww4dzp2fmf5idgq99vkyw2kfp017lf";
+    sha256 = "sha256-5+eK+iN6ecWtcmNPjiThCj1rwFaHX3rVCW9lmUCWhU0=";
   };
 
   preConfigure = ''