diff options
author | Justin Bedo <cu@cua0.org> | 2019-11-01 10:19:38 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-11-01 10:20:01 +1100 |
commit | 8f28386ca9e124d661325476f246d8e32542618e (patch) | |
tree | 5122b0994456a6569594ba08dae632821bfe533a /tools | |
parent | 6b2486a3fe56a2c4f8b355e696f152a2d1037abe (diff) |
gridss: 2.6.2 -> 2.7.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 3253b11..1b6ae09 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.6.2/gridss-2.6.2-gridss-jar-with-dependencies.jar"; - sha256 = "0czyh7l4c64fqy0x2p2dd77hys551vdmpadwp5z0qnyi5rv38s44"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.7.0/gridss-2.7.0-gridss-jar-with-dependencies.jar"; + sha256 = "1i6akx8bg9d6v47yv03wxaaq2h10537yc0hwif214n8d91ibxhz1"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |