diff options
author | Justin Bedo <cu@cua0.org> | 2021-09-16 15:34:30 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-09-16 15:34:30 +1000 |
commit | 1ff1c9cf0bcc95a6555d1217598f55b7b9eae866 (patch) | |
tree | 4c10afe2714717e4a728972dfb1b09c669d282db | |
parent | 73f249f6e6ab181e71464a9f305ca13656ebf901 (diff) |
gridss: 2.12.0 -> 2.12.1
-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 6bfd495..70ba21d 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.1/gridss-2.12.1-gridss-jar-with-dependencies.jar"; + sha256 = "sha256-wH5O+vYKlWGDJTTnMgKYrSNtzoU7wDHqNraiW8xrxXA="; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |