ceph-csi: 3.12.1 -> 3.12.2

This commit is contained in:
R. Ryantm 2024-09-16 05:53:09 +00:00
parent f05282e212
commit 8a23ff488f

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ceph-csi";
version = "3.12.1";
version = "3.12.2";
src = fetchFromGitHub {
owner = "ceph";
repo = "ceph-csi";
rev = "v${version}";
hash = "sha256-ujshfbqOyyOZUYuR5edLPGOKlteu1gxmn0xo+QzZLVM=";
hash = "sha256-AyGdXPszvYO/ocfcWKeRaUXgwB0IHFVG9uc+c2iaEvA=";
};
preConfigure = ''