cht-sh: fix unstableGitUpdater call

It couldn't get the url from the fetchFromGitHub attrset
This commit is contained in:
Francesco Gazzetta 2021-02-11 15:52:25 +01:00
parent 93498b1526
commit 767c7a4e09

View file

@ -36,7 +36,9 @@ stdenv.mkDerivation {
--prefix PATH : "${lib.makeBinPath [ curl rlwrap ncurses xsel ]}"
'';
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
url = "https://github.com/chubin/cheat.sh.git";
};
meta = with lib; {
description = "CLI client for cheat.sh, a community driven cheat sheet";