diff options
author | Justin Bedo <cu@cua0.org> | 2019-09-10 08:20:28 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-09-10 08:20:28 +1000 |
commit | db5679e3ad4e343dd710dad474169a30cff68eb9 (patch) | |
tree | 68e4c275cd084b81455ca1430b250ced76b4a1d0 | |
parent | daa0a44e0844bdc957a0db1373e194986545eb23 (diff) |
gridss: 2.5.2 -> 2.6.0
-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 3405ca8..e2dac12 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.5.2/gridss-2.5.2-gridss-jar-with-dependencies.jar"; - sha256 = "0p9wc47m15id26g1pw88asgfnp8db6b56b4417qnvrsbcqdz1aig"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.6.0/gridss-2.6.0-gridss-jar-with-dependencies.jar"; + sha256 = "10i5nd8xqndcki3k8ila7cqc4padpvhbg7y3gjgibdpawmdiz698"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |