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

delly: 1.5.0 -> 1.7.2

parent 9d4098e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "delly";
  version = "1.5.0";
  version = "1.7.2";

  src = fetchFromGitHub {
    owner = "dellytools";
    repo = "delly";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OoQivDDoYtYYPsl5U4hJGE7b+IU/jrqWejiXY5Py4n4=";
    hash = "sha256-wlaRHCRcbj4Hw7PVYeB6N1bMS4FL3gPo1uC1OOmJwuA=";
  };

  postPatch = lib.optionalString stdenv.cc.isClang ''