Unverified Commit 3371bbf8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

ceph-csi: 3.10.2 -> 3.11.0
parents c083bc2a 677b3f4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "ceph-csi";
  version = "3.10.2";
  version = "3.11.0";

  nativeBuildInputs = [ go ];
  buildInputs = [ ceph ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
    owner = "ceph";
    repo = "ceph-csi";
    rev = "v${version}";
    sha256 = "sha256-nS5gLe64ubcUatUfPg1f7npLZ90koJcfiDbhidS93/8=";
    sha256 = "sha256-EgHl74kJ6lTS3pqz/Hxh/2tpc1xiDNcJxzERwKops+A=";
  };

  preConfigure = ''