diff options
author | Justin Bedo <cu@cua0.org> | 2020-10-15 09:17:50 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-10-15 09:17:50 +1100 |
commit | f2247cb3e3560bdd89c8d2835b65b91a557b95b7 (patch) | |
tree | acdd4e1dd567e5fd0962aa2daf73013a09e38186 /tools | |
parent | 2e348fecd73df140c95089ad0304fd93088721f7 (diff) |
gridss: 2.9.4 -> 2.10.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 41f6a5a..a55cab3 100644 --- a/tools/gridss.nix +++ b/tools/gridss.nix @@ -5,8 +5,8 @@ with lib; rec { jar = pkgs.fetchurl { - url = "https://github.com/PapenfussLab/gridss/releases/download/v2.9.4/gridss-2.9.4-gridss-jar-with-dependencies.jar"; - sha256 = "0bnj27c5dv217fpkwfb62g0lgwy86drmfyvx8c3k6vs7vj4k90sp"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.10.0/gridss-2.10.0-gridss-jar-with-dependencies.jar"; + sha256 = "M49RQtfUE0ud5+PP1kGGrfhC2BcGhKnC0Kkw+3jSDc0="; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |