ceph-csi: 3.13.1 -> 3.14.0

This commit is contained in:
R. Ryantm 2025-04-11 14:19:06 +00:00
parent a78a226cec
commit ccf0c7ba5b

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "ceph-csi";
version = "3.13.1";
version = "3.14.0";
src = fetchFromGitHub {
owner = "ceph";
repo = "ceph-csi";
rev = "v${version}";
hash = "sha256-Wa5elZbQotgeb4pH9DIZd48CQyBJ0O5y1SidIb/iyGY=";
hash = "sha256-c6OaWDR38S0yl3pVN+DYjfg9oHqmVXljstmvBDmfOi8=";
};
preConfigure = ''