backgroundremover: add update script

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-05-11 17:39:11 -03:00
parent 6adb5393fe
commit 85596407e6

View File

@ -3,6 +3,7 @@
, runCommand
, fetchFromGitHub
, fetchurl
, gitUpdater
}:
let
@ -78,6 +79,7 @@ let
backgroundremover -i ${demoImage} -o $out
'';
};
updateScript = gitUpdater { rev-prefix = "v"; };
};
doCheck = false; # no tests