summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-31 23:48:30 +0700
committerGitHub <noreply@github.com>2021-07-31 23:48:30 +0700
commitd221beb83e602a9bdfd1c1e15f4c25cf5996b20a (patch)
tree17874bf4d4409c781e0fee1e7ede3a54daff45c3 /pkgs
parent554c50b617dbb21932a19476e21f562968688938 (diff)
parentfc37170d7b3640088878a2215075596ccdcd3af1 (diff)
downloadnixpkgs-d221beb83e602a9bdfd1c1e15f4c25cf5996b20a.tar
nixpkgs-d221beb83e602a9bdfd1c1e15f4c25cf5996b20a.tar.gz
nixpkgs-d221beb83e602a9bdfd1c1e15f4c25cf5996b20a.tar.bz2
nixpkgs-d221beb83e602a9bdfd1c1e15f4c25cf5996b20a.tar.lz
nixpkgs-d221beb83e602a9bdfd1c1e15f4c25cf5996b20a.tar.xz
nixpkgs-d221beb83e602a9bdfd1c1e15f4c25cf5996b20a.tar.zst
nixpkgs-d221beb83e602a9bdfd1c1e15f4c25cf5996b20a.zip
Merge pull request #132026 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.3.1 -> 3.4.0
Diffstat (limited to 'pkgs')
-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 = ''