diff options
author | Justin Bedo <cu@cua0.org> | 2019-11-27 08:06:22 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-11-27 08:06:41 +1100 |
commit | 7e2c2330c1014fb525a59c55898c714aa2dcb281 (patch) | |
tree | e021b7f135db1213444ecd6326b8009a42f88000 /tools | |
parent | b35c613af94a85eaa8341c5fd5f98aaa9db1cb59 (diff) |
gridss: 2.7.2 → 2.7.3
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 9d4d807..b9c1282 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.2/gridss-2.7.2-gridss-jar-with-dependencies.jar"; - sha256 = "17i9h77vy3prn2a737lzpy1ssmb4h1j78pmxj0ph68dxsbkcl3fy"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.7.3/gridss-2.7.3-gridss-jar-with-dependencies.jar"; + sha256 = "0gzqilx7f7cjchkmsb2fn5vcx4pxvxdngwmsnwhhjr96pgsw0j9d"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |