mm64baserom: init

This commit is contained in:
2025-03-08 21:43:48 +00:00
parent fd000c6ad8
commit 7116f3a954

View File

@@ -0,0 +1,8 @@
# this derivation is consumed by the upstream `zelda64recomp` package via overlay/override.
# it replaces the upstream `requireFile` expression with an equivalent expression that's actually buildable (what a concept).
{ fetchzip }:
fetchzip {
name = "mm.us.rev1.rom.z64";
url = "https://serve.emulatorgames.net/roms/nintendo-64/Legend%20of%20Zelda,%20The%20-%20Majora's%20Mask%20(U)%20%5b!%5d.zip";
hash = "sha256-gZ2WUFaBYYKE8EOlvj0/5TwNKsFeiVxMGbJMSgAGVuA=";
}