diff options
author | Justin Bedo <cu@cua0.org> | 2019-06-21 10:36:27 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-06-21 10:42:31 +1000 |
commit | 999743ce240460dc25b29ed1a4db0989fd3e955c (patch) | |
tree | c693c122bf5b7ce4dc66cfd13920b5a02074a2eb /tools | |
parent | 2ad72c4c3d33f685297ecdeb799a91afae2dccb5 (diff) |
gridss: 2.2.2 -> 2.4.0
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 176bd34..0b1470c 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.2.2/gridss-2.2.2-gridss-jar-with-dependencies.jar"; - sha256 = "0xr5ic2lzxl9ph67vcyn26db2qgaxzy2bsvlmxn7ax4jxfvay38w"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.4.0/gridss-2.4.0-gridss-jar-with-dependencies.jar"; + sha256 = "0p13j8x6izq00ga4lbkwcp6l06g702cszzkmvmdsk05slpyiwf57"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |