littlegptracker: fix unstableGitUpdater call

It couldn't get the url from the fetchFromGitHub attrset
This commit is contained in:
Francesco Gazzetta 2021-02-09 22:28:58 +01:00
parent 93498b1526
commit f9558c6b2b

View file

@ -43,7 +43,9 @@ stdenv.mkDerivation rec {
installPhase = let extension = if stdenv.isDarwin then "app" else "deb-exe";
in "install -Dm555 lgpt.${extension} $out/bin/lgpt";
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
url = "https://github.com/Mdashdotdashn/littlegptracker.git";
};
meta = with lib; {
description = "A music tracker similar to lsdj optimised to run on portable game consoles";