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

ceph-csi: 3.10.1 -> 3.10.2
This commit is contained in:
Weijia Wang
2024-03-07 09:42:47 +01:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "ceph-csi";
version = "3.10.1";
version = "3.10.2";
nativeBuildInputs = [ go ];
buildInputs = [ ceph ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "ceph";
repo = "ceph-csi";
rev = "v${version}";
sha256 = "sha256-S5jv9l/Oozv0NrEEf+Bik0jnaK4AYIChFm2pU2/DQow=";
sha256 = "sha256-nS5gLe64ubcUatUfPg1f7npLZ90koJcfiDbhidS93/8=";
};
preConfigure = ''