diff options
author | Justin Bedo <cu@cua0.org> | 2021-10-14 19:43:48 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-10-14 19:43:48 +1100 |
commit | df7865ba6ca25b35bdc48e4ea9a2f0249f52cccf (patch) | |
tree | 30e939686efdfc32b76610b7d08b3193aee865ea | |
parent | 270a4b2bd06f2c380429fee66c7398fad1bdbc1a (diff) |
gridss: 2.12.0 -> 2.12.2
-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 bf7c518..7372864 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.12.0/gridss-2.12.0-gridss-jar-with-dependencies.jar"; - sha256 = "sha256-GLLA1pfGuN6xkvO9iALkifkNJhTBtbyCaWaKxDujRGc="; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.12.2/gridss-2.12.2-gridss-jar-with-dependencies.jar"; + sha256 = "sha256-JlGFYs2ZJMa2TbCnM3yP10X/G5Fqqe5w4tdKzj7DHzM="; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |