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

gatk: 4.4.0.0 -> 4.5.0.0

parent f5c41d4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
  pname = "gatk";
  version = "4.4.0.0";
  version = "4.5.0.0";
  src = fetchzip {
    url = "https://github.com/broadinstitute/gatk/releases/download/${version}/gatk-${version}.zip";
    sha256 = "sha256-svOtIS6gz9nwVgVmVQbk9z6Ufyobpn6bFbZY4zurvUI=";
    sha256 = "sha256-c3YZsSCjZY75jooiqtc8x/xsWTvYm9labUcOydDlSRQ=";
  };

  nativeBuildInputs = [ makeWrapper ];