From d3ae94f3b95f166e1a776bfef11a6f464e0a3fb5 Mon Sep 17 00:00:00 2001 From: Igor Melo Date: Wed, 10 Jun 2026 00:54:45 -0300 Subject: [PATCH] libretro.melondsds: add note about updateScript to avoid breaking it --- pkgs/applications/emulators/libretro/cores/melondsds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/emulators/libretro/cores/melondsds.nix b/pkgs/applications/emulators/libretro/cores/melondsds.nix index cfcddf3a523a..67a04500c12d 100644 --- a/pkgs/applications/emulators/libretro/cores/melondsds.nix +++ b/pkgs/applications/emulators/libretro/cores/melondsds.nix @@ -21,6 +21,7 @@ writeShellApplication, }: let + # NOTE: before changing the following fetches, see the updateScript below # https://github.com/JesseTG/melonds-ds/blob/33c48260402865ef77667487528efd5ca7ce1233/cmake/FetchDependencies.cmake#L44 melonDS-src = fetchFromGitHub { owner = "JesseTG";