libretro.easyrpg: set passthru.updateScript to null

This commit is contained in:
Thiago Kenji Okada
2025-01-10 20:30:15 +00:00
parent 2466850390
commit d4eecb6316
@@ -67,6 +67,9 @@ mkLibretroCore {
];
makefile = "Makefile";
# Do not update automatically since we want to pin a specific version
passthru.updateScript = null;
meta = {
description = "EasyRPG Player libretro port";
homepage = "https://github.com/EasyRPG/Player";