Skip to content

Commit

Permalink
gatk: 4.3.0.0 -> 4.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 18, 2023
1 parent b7a3087 commit 0d44f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/gatk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 0d44f83

Please sign in to comment.