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

ceph-csi: 3.8.0 -> 3.9.0
This commit is contained in:
Weijia Wang 2023-07-03 10:17:35 +03:00 committed by GitHub
commit 65771e37f9
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.8.0";
version = "3.9.0";
nativeBuildInputs = [ go ];
buildInputs = [ ceph ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "ceph";
repo = "ceph-csi";
rev = "v${version}";
sha256 = "sha256-WN0oASficXdy0Q1BLm37ndGhjcIk1lm38owdk1K/ryY=";
sha256 = "sha256-dKn79EIveepeMzFPweQ3BE3YMCg7mj8EycMbBH8J8PQ=";
};
preConfigure = ''