diff options
author | Justin Bedo <cu@cua0.org> | 2020-05-24 08:51:29 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-05-24 08:51:29 +1000 |
commit | 4d18e71c24b099742fe57395a0e839a9fa962bd5 (patch) | |
tree | 8a7155678371bbe0b0159b99d889b748535113a5 | |
parent | b3d09063ef85ff09321d9907abdf25eb41e7eee0 (diff) |
gridss: 2.8.3 -> 2.9.1
-rw-r--r-- | tools/gridss.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gridss.nix b/tools/gridss.nix index 1a51537..41cf04e 100644 --- a/tools/gridss.nix +++ b/tools/gridss.nix @@ -5,8 +5,8 @@ with lib; rec { jar = pkgs.fetchurl { - url = "https://github.com/PapenfussLab/gridss/releases/download/v2.8.3/gridss-2.8.3-gridss-jar-with-dependencies.jar"; - sha256 = "1qdbl3pl51v53rq2ab50mb00bxswi1njak1dcdwqbwbw2bm1r6rh"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.9.1/gridss-2.9.1-gridss-jar-with-dependencies.jar"; + sha256 = "10ab0gq1ga0b4w6cjfc1zm3zmn66h79b81fqbb483dyhhh57qb5v"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |