diff options
author | Justin Bedo <cu@cua0.org> | 2020-07-16 09:26:14 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-07-16 09:26:14 +1000 |
commit | c6b5b6dd77715c53acb0a19a7216e6d2cdb8dd91 (patch) | |
tree | bea7d667a8532903878a12df3239609103f7a3f5 | |
parent | 0035049b0d2fcd973d544c505a92a3796ab5c22e (diff) |
gridss: 2.9.1 -> 2.9.4
-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 41cf04e..aaf8e16 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.9.1/gridss-2.9.1-gridss-jar-with-dependencies.jar"; - sha256 = "10ab0gq1ga0b4w6cjfc1zm3zmn66h79b81fqbb483dyhhh57qb5v"; + url = "https://github.com/PapenfussLab/gridss/releases/download/v2.9.4/gridss-2.9.4-gridss-jar-with-dependencies.jar"; + sha256 = "0bnj27c5dv217fpkwfb62g0lgwy86drmfyvx8c3k6vs7vj4k90sp"; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |