ceph-csi: 3.11.0 -> 3.12.1

This commit is contained in:
R. Ryantm 2024-08-24 07:52:36 +00:00
parent d96115b590
commit 337665691f

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ceph-csi";
version = "3.11.0";
version = "3.12.1";
src = fetchFromGitHub {
owner = "ceph";
repo = "ceph-csi";
rev = "v${version}";
hash = "sha256-EgHl74kJ6lTS3pqz/Hxh/2tpc1xiDNcJxzERwKops+A=";
hash = "sha256-ujshfbqOyyOZUYuR5edLPGOKlteu1gxmn0xo+QzZLVM=";
};
preConfigure = ''