Merge pull request #112586 from fgaz/littlegptracker/update-url

littlegptracker: fix unstableGitUpdater call

authored by

Sandro and committed by
GitHub
20b6dd66 faa95411

+3 -1
+3 -1
pkgs/applications/audio/littlegptracker/default.nix
··· 43 43 installPhase = let extension = if stdenv.isDarwin then "app" else "deb-exe"; 44 44 in "install -Dm555 lgpt.${extension} $out/bin/lgpt"; 45 45 46 - passthru.updateScript = unstableGitUpdater { }; 46 + passthru.updateScript = unstableGitUpdater { 47 + url = "https://github.com/Mdashdotdashn/littlegptracker.git"; 48 + }; 47 49 48 50 meta = with lib; { 49 51 description = "A music tracker similar to lsdj optimised to run on portable game consoles";