ceph-csi: 3.15.1 -> 3.16.0

This commit is contained in:
R. Ryantm
2026-02-07 12:01:52 +01:00
committed by Weijia Wang
parent a3bef4ee29
commit d1a39b07a2
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ceph-csi";
version = "3.15.1";
version = "3.16.0";
src = fetchFromGitHub {
owner = "ceph";
repo = "ceph-csi";
rev = "v${finalAttrs.version}";
hash = "sha256-eLF/V6NaBU8r3ttJku4lSGrIuP2vao24rsAsEAWB0wk=";
tag = "v${finalAttrs.version}";
hash = "sha256-dVSztcnfofPkd4lv/WBZQNS6POHWdAeNqMta1p7G51c=";
};
preConfigure = ''