lobster: fix unstableGitUpdater call

unstableGitUpdater can't get the url from fetchFromGitHub
This commit is contained in:
Francesco Gazzetta 2021-02-09 22:20:06 +01:00
parent 93498b1526
commit 8a1e4e72a7

View file

@ -48,7 +48,9 @@ stdenv.mkDerivation rec {
passthru = {
tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
updateScript = unstableGitUpdater { };
updateScript = unstableGitUpdater {
url = "https://github.com/aardappel/lobster";
};
};
meta = with lib; {