diff options
author | Justin Bedo <cu@cua0.org> | 2019-03-28 13:25:31 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-03-28 13:25:31 +1100 |
commit | 1d01a7faf089bc4ce221a4460abf613dd279e2a7 (patch) | |
tree | 059f57f9081841073f530198bf23365506a9f4de /tools | |
parent | 9ad5160a25975c7457c002a0207820451302fc2d (diff) |
gridss: 2.0.0 → 2.2.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 7148220..050a628 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.0.0/gridss-2.0.0-gridss-jar-with-dependencies.jar"; - sha256 = "01srl3qvv060whqg1y1fpxjc5cwga5wscs1bmf1v3z87dignra7k"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.2.2/gridss-2.2.2-gridss-jar-with-dependencies.jar"; + sha256 = "0xr5ic2lzxl9ph67vcyn26db2qgaxzy2bsvlmxn7ax4jxfvay38w"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |