Commit 33766569 authored by R. RyanTM's avatar R. RyanTM
Browse files

ceph-csi: 3.11.0 -> 3.12.1

parent d96115b5
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.11.0";
  version = "3.12.1";

  src = fetchFromGitHub {
    owner = "ceph";
    repo = "ceph-csi";
    rev = "v${version}";
    hash = "sha256-EgHl74kJ6lTS3pqz/Hxh/2tpc1xiDNcJxzERwKops+A=";
    hash = "sha256-ujshfbqOyyOZUYuR5edLPGOKlteu1gxmn0xo+QzZLVM=";
  };

  preConfigure = ''