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

ceph-csi: 3.7.1 -> 3.7.2
This commit is contained in:
Weijia Wang 2023-01-23 05:28:07 +01:00 committed by GitHub
commit cdd65cd52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ceph-csi"; pname = "ceph-csi";
version = "3.7.1"; version = "3.7.2";
nativeBuildInputs = [ go ]; nativeBuildInputs = [ go ];
buildInputs = [ ceph ]; buildInputs = [ ceph ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "ceph"; owner = "ceph";
repo = "ceph-csi"; repo = "ceph-csi";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-VlOKN2PjHM0MdDz6t/AAjcFx4F15+7p3+25tLkRQH1Q="; sha256 = "sha256-8RbuM+lXkwO5Z1H+SKDGHyNNYYC8VVG9feX46SHC/Q0=";
}; };
preConfigure = '' preConfigure = ''