retroarchBare: add passthru.updateScript

This commit is contained in:
Thiago Kenji Okada 2024-02-04 22:09:16 +00:00
parent c368f8c544
commit dbec67530b

View File

@ -12,6 +12,7 @@
, flac
, freetype
, gamemode
, gitUpdater
, libdrm
, libGL
, libGLU
@ -122,7 +123,12 @@ stdenv.mkDerivation rec {
rm $out/share/man/man6/retroarch-cg2glsl.6*
'';
passthru.tests = nixosTests.retroarch;
passthru = {
tests = nixosTests.retroarch;
updateScript = gitUpdater {
rev-prefix = "v";
};
};
meta = with lib; {
homepage = "https://libretro.com";