Commit d1a39b07 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

ceph-csi: 3.15.1 -> 3.16.0

parent a3bef4ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ceph-csi";
  version = "3.15.1";
  version = "3.16.0";

  src = fetchFromGitHub {
    owner = "ceph";
    repo = "ceph-csi";
    rev = "v${finalAttrs.version}";
    hash = "sha256-eLF/V6NaBU8r3ttJku4lSGrIuP2vao24rsAsEAWB0wk=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-dVSztcnfofPkd4lv/WBZQNS6POHWdAeNqMta1p7G51c=";
  };

  preConfigure = ''