Unverified Commit c08b1027 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

delly: 1.2.6 -> 1.2.9 (#342311)

parents f4c3b0be a9275e71
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -13,15 +13,20 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "delly";
  version = "1.2.6";
  version = "1.2.9";

  src = fetchFromGitHub {
    owner = "dellytools";
    repo = "delly";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OO5nnaIcfNAV8pc03Z8YS5kE96bFOrJXA9QTiLi7vPc=";
    hash = "sha256-HeLqf/bUkZQJrW1LHl3XmecW3wS3QmjifoH34VNr3A4=";
  };

  postPatch = lib.optionalString stdenv.cc.isClang ''
    substituteInPlace Makefile \
      --replace-fail "-std=c++17" "-std=c++14"
  '';

  buildInputs = [
    boost
    bzip2