Unverified Commit 39b61aa5 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ceph-csi: 3.14.1 -> 3.15.0 (#438732)

parents 9bb9f57f 7fed8dd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "ceph-csi";
  version = "3.14.1";
  version = "3.15.0";

  src = fetchFromGitHub {
    owner = "ceph";
    repo = "ceph-csi";
    rev = "v${version}";
    hash = "sha256-WyWs5zrgU9//b2CeIKvgcE4jQDsfYQjo4UwYjpHyEeY=";
    hash = "sha256-F9sVFW0KY7PCjeK1RPdvLyO2RMlyROLfpQ49QThrWLY=";
  };

  preConfigure = ''