From d4eecb631688310d654fea927cff320df55985e6 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 20:04:52 +0000 Subject: [PATCH] libretro.easyrpg: set passthru.updateScript to null --- pkgs/applications/emulators/libretro/cores/easyrpg.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/emulators/libretro/cores/easyrpg.nix b/pkgs/applications/emulators/libretro/cores/easyrpg.nix index d28a571ba576..e95d443f06f4 100644 --- a/pkgs/applications/emulators/libretro/cores/easyrpg.nix +++ b/pkgs/applications/emulators/libretro/cores/easyrpg.nix @@ -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";