diff options
author | Justin Bedo <cu@cua0.org> | 2021-03-08 08:47:48 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-03-08 08:47:48 +1100 |
commit | e0386e13b8de8c426d5179f4042bb21eca1c3a9d (patch) | |
tree | 72846ab6559b7124f56c1c27cd428a12c00d15aa /tools | |
parent | 6a4e278ef941a687d704261c903b95d4b63cf334 (diff) |
facets: use tagged version of pctGCdata
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 1e8c1aa..6553a67 100644 --- a/tools/facets-app.nix +++ b/tools/facets-app.nix @@ -12,8 +12,8 @@ let src = fetchFromGitHub { owner = "mskcc"; repo = "pctGCdata"; - rev = "a7385f38783ee0b2acfefe479a64550148927b45"; - sha256 = "g0/TlV/a23UuogBc/0m6QTDaHXxFGtmdOSQTiPRGNbE="; + rev = "v0.3.0"; + sha256 = "sha256-g0/TlV/a23UuogBc/0m6QTDaHXxFGtmdOSQTiPRGNbE="; }; buildInputs = [ R ]; }; |