cht-sh: fix unstableGitUpdater call
It couldn't get the url from the fetchFromGitHub attrset
This commit is contained in:
parent
93498b1526
commit
767c7a4e09
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue