Commit 7fed8dd5 authored by R. RyanTM's avatar R. RyanTM
Browse files

ceph-csi: 3.14.1 -> 3.15.0

parent 7e012249
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 = ''