diff options
author | Justin Bedo <cu@cua0.org> | 2020-12-14 09:38:22 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-12-14 09:38:22 +1100 |
commit | d75207a274eb2f6ca88545c6dae6d05507059c79 (patch) | |
tree | e1ec8125d7296bcc17d276337c882b61d42686d4 /tools | |
parent | d3c9cf212e1d656e1f7cd256bdd1e1f9a2d12352 (diff) |
gridss: 2.10.1 -> 2.10.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 3fa6e19..28af089 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.10.1/gridss-2.10.1-gridss-jar-with-dependencies.jar"; - sha256 = "feWLtlzGxn3RNa9fpBoB7AJ+PuSup4lt3eez+M/lUp0="; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.10.2/gridss-2.10.2-gridss-jar-with-dependencies.jar"; + sha256 = "sha256-ElD8ej2AKg2b9HngcY7/fA9UxCCKrcyXJBHSqZjTIfs="; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |