diff options
author | Justin Bedo <cu@cua0.org> | 2020-06-05 11:23:08 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2020-06-05 11:23:08 +1000 |
commit | 5b60ff475459be4da904fd773ed78f82ed107c23 (patch) | |
tree | 00510e461faa5d1230d4cf37bd61516ddeeb40dd /tools | |
parent | 706a74ee9017192d5bb1cefb30b48aa189e85c88 (diff) |
facets: 0.5.6 -> 0.5.14
Diffstat (limited to 'tools')
-rw-r--r-- | tools/facets-app.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/facets-app.nix b/tools/facets-app.nix index 8c4a7b2..8c3c1b5 100644 --- a/tools/facets-app.nix +++ b/tools/facets-app.nix @@ -20,13 +20,13 @@ let in buildRPackage rec{ name = "facets-${version}"; - version = "0.5.6"; + version = "0.5.14"; requireX = false; src = fetchFromGitHub { owner = "mskcc"; repo = "facets"; rev = "v${version}"; - sha256 = "0yqr23446y2h8xgbgj0r6sl4i778111drgsi06a2cqy530xcmbxs"; + sha256 = "081afjynam22l7m11hg286gzx3lsivh11kyv5fvp3ni1a25adlsz"; }; buildInputs = [ R htslib zlib ]; propagatedBuildInputs = [ pctGCdata ]; |