Commit 8eab3789 authored by R. RyanTM's avatar R. RyanTM
Browse files

picard-tools: 3.2.0 -> 3.3.0

parent 9ee9cac8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "picard-tools";
  version = "3.2.0";
  version = "3.3.0";

  src = fetchurl {
    url = "https://github.com/broadinstitute/picard/releases/download/${version}/picard.jar";
    sha256 = "sha256-4lj6Lj9fphzWeZ7I4HP0mpX73OrxY9imCXGyYZuG+kE=";
    sha256 = "sha256-WIGadmBka3SzTigvXU0hyNuuoi3e/5bjJYdV2voPhtw=";
  };

  nativeBuildInputs = [ makeWrapper ];