ceph-csi: 3.12.2 -> 3.12.3 (#359169)

This commit is contained in:
Nick Cao 2024-11-26 08:21:02 -05:00 committed by GitHub
commit 3dbbdfe08d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''