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