diff options
author | Justin Bedo <cu@cua0.org> | 2022-01-05 13:11:18 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2022-01-05 13:11:18 +1100 |
commit | 3b0f072f169b870114dd0edbf9407464cce48e96 (patch) | |
tree | c10271831edb520382a3d22d6f4f93de2d733b8f | |
parent | 54e45e125435b4a4c133547b7ee9b3c8667ef7dc (diff) |
gridss: 2.13.0 -> 2.13.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 d0b9dd0..f52eb6e 100644 --- a/tools/gridss.nix +++ b/tools/gridss.nix @@ -6,11 +6,11 @@ with lib; rec { jar = let - version = "2.13.0"; + version = "2.13.1"; in pkgs.fetchurl { url = "https://github.com/PapenfussLab/gridss/releases/download/v${version}/gridss-${version}-gridss-jar-with-dependencies.jar"; - sha256 = "sha256-fjBBI9Tz8vHtAdctAhUp8mM9oh6WHPUUavEdjixUVfU="; + sha256 = "sha256-67EFzRgwfIKBbsqlHCmpI93QPPoTVcQoFLtzjdSPqBQ="; }; /* Generate configuration file for GRIDSS. Takes attribute sets to GRIDSS ini style format. |