littlegptracker: use unstableGitUpdater

This commit is contained in:
Francesco Gazzetta 2020-12-02 17:22:23 +01:00
parent 040f43d890
commit 30c6b9793f

View File

@ -1,5 +1,6 @@
{ stdenv { stdenv
, fetchFromGitHub , fetchFromGitHub
, unstableGitUpdater
, SDL , SDL
, jack2 , jack2
, Foundation , Foundation
@ -42,6 +43,8 @@ stdenv.mkDerivation rec {
installPhase = let extension = if stdenv.isDarwin then "app" else "deb-exe"; installPhase = let extension = if stdenv.isDarwin then "app" else "deb-exe";
in "install -Dm555 lgpt.${extension} $out/bin/lgpt"; in "install -Dm555 lgpt.${extension} $out/bin/lgpt";
passthru.updateScript = unstableGitUpdater { };
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A music tracker similar to lsdj optimised to run on portable game consoles"; description = "A music tracker similar to lsdj optimised to run on portable game consoles";
longDescription = '' longDescription = ''