Merge pull request #274363 from r-ryantm/auto-update/gatk

gatk: 4.4.0.0 -> 4.5.0.0
This commit is contained in:
Emily
2023-12-18 18:46:35 +01:00
committed by GitHub
@@ -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 ];