ceph-csi: 3.12.2 -> 3.12.3

This commit is contained in:
R. Ryantm 2024-11-26 01:50:38 +00:00
parent 504e3ecdd9
commit 102b68144a

View File

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