diff options
author | Justin Bedo <cu@cua0.org> | 2019-08-29 09:07:38 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-08-29 09:08:03 +1000 |
commit | 0df02e2866b910c012afa3bc24ceb7fdf9cdf6d5 (patch) | |
tree | c4f3112d0b2481ca984866eb55fafbb39e646313 | |
parent | 53f9549eb4957654a18afdb6f5c1049a1eb7ee53 (diff) |
gridss: 2.5.1 -> 2.5.2
-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 802a999..3405ca8 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.1/gridss-2.5.1-gridss-jar-with-dependencies.jar"; - sha256 = "0paf3lyfabv0xgndpr8v5mfyx0f6k2jf7wqkf71900xcba9m1zig"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.5.2/gridss-2.5.2-gridss-jar-with-dependencies.jar"; + sha256 = "0p9wc47m15id26g1pw88asgfnp8db6b56b4417qnvrsbcqdz1aig"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |