diff options
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 ]; |