Merge pull request #274005 from r-ryantm/auto-update/ceph-csi

ceph-csi: 3.9.0 -> 3.10.0
This commit is contained in:
Fabián Heredia Montiel
2023-12-14 05:26:52 +00:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "ceph-csi";
version = "3.9.0";
version = "3.10.0";
nativeBuildInputs = [ go ];
buildInputs = [ ceph ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "ceph";
repo = "ceph-csi";
rev = "v${version}";
sha256 = "sha256-dKn79EIveepeMzFPweQ3BE3YMCg7mj8EycMbBH8J8PQ=";
sha256 = "sha256-k7eipiBcr/a2V62tEtiQrduk5Cj8KGxbmiVo4x6BVwE=";
};
preConfigure = ''