ceph-csi: 3.14.0 -> 3.14.1

This commit is contained in:
R. Ryantm
2025-06-23 14:55:21 +00:00
parent eeab26971f
commit 411e69f2d1
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ceph-csi";
version = "3.14.0";
version = "3.14.1";
src = fetchFromGitHub {
owner = "ceph";
repo = "ceph-csi";
rev = "v${version}";
hash = "sha256-c6OaWDR38S0yl3pVN+DYjfg9oHqmVXljstmvBDmfOi8=";
hash = "sha256-WyWs5zrgU9//b2CeIKvgcE4jQDsfYQjo4UwYjpHyEeY=";
};
preConfigure = ''