diff options
author | Justin Bedo <cu@cua0.org> | 2019-11-04 09:36:51 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-11-04 09:37:06 +1100 |
commit | 5f0d47253167a85a3f9aaa8119285810e9446a4e (patch) | |
tree | db9ba743e56c94f0d1b81e163626477953f62fc7 /tools | |
parent | 8f28386ca9e124d661325476f246d8e32542618e (diff) |
gridss: 2.7.0 → 2.7.1
Diffstat (limited to 'tools')
-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 1b6ae09..26d3b4b 100644 --- a/tools/gridss.nix +++ b/tools/gridss.nix @@ -4,8 +4,8 @@ with bionix; rec { jar = pkgs.fetchurl { - url = "https://github.com/PapenfussLab/gridss/releases/download/v2.7.0/gridss-2.7.0-gridss-jar-with-dependencies.jar"; - sha256 = "1i6akx8bg9d6v47yv03wxaaq2h10537yc0hwif214n8d91ibxhz1"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.7.1/gridss-2.7.1-gridss-jar-with-dependencies.jar"; + sha256 = "0g8as418567dpd9vck923g2i18glhvwxlm8jy8khlrk7ja2xvc6p"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |