diff options
author | Justin Bedo <cu@cua0.org> | 2021-05-25 10:11:23 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-05-25 10:11:23 +1000 |
commit | beb265487710d3e578d24e3c385b128eb98dbb19 (patch) | |
tree | c5221b901ec41428620fc29e5a4a0d1ac60b3ee6 /tools | |
parent | f9de29fd5f0bba2a4c306eb7ba516fa2274a16b0 (diff) |
gridss: 2.11.1 -> 2.12.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 cadc2d7..0e32366 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.11.1/gridss-2.11.1-gridss-jar-with-dependencies.jar"; - sha256 = "sha256-x3+vdaNzEOhCQXSqmU6U3S2xUXy0SSdMle0QhiM2Qb8="; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.12.0/gridss-2.12.0-gridss-jar-with-dependencies.jar"; + sha256 = "sha256-GLLA1pfGuN6xkvO9iALkifkNJhTBtbyCaWaKxDujRGc="; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |