diff options
author | Justin Bedo <cu@cua0.org> | 2019-11-20 08:51:28 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-11-20 08:51:53 +1100 |
commit | b35c613af94a85eaa8341c5fd5f98aaa9db1cb59 (patch) | |
tree | be800fc0a8a89791767bf08811a1aa1e1890f2eb /tools | |
parent | 5f0d47253167a85a3f9aaa8119285810e9446a4e (diff) |
gridss: 2.7.1 → 2.7.2
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 26d3b4b..9d4d807 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.7.1/gridss-2.7.1-gridss-jar-with-dependencies.jar"; - sha256 = "0g8as418567dpd9vck923g2i18glhvwxlm8jy8khlrk7ja2xvc6p"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.7.2/gridss-2.7.2-gridss-jar-with-dependencies.jar"; + sha256 = "17i9h77vy3prn2a737lzpy1ssmb4h1j78pmxj0ph68dxsbkcl3fy"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |