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

ceph-csi: 3.7.0 -> 3.7.1
This commit is contained in:
Christian Kögler 2022-10-01 09:41:33 +02:00 committed by GitHub
commit 9fcf682bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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