libretro: add 0-prefix before version

This commit is contained in:
Thiago Kenji Okada 2024-11-20 18:38:20 +00:00
parent 967dae48b2
commit ef3c223fdb
86 changed files with 86 additions and 86 deletions

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-lynx";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-ngp";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-pce-fast";
version = "unstable-2024-11-15";
version = "0-unstable-2024-11-15";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-pce";
version = "unstable-2024-11-15";
version = "0-unstable-2024-11-15";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-pcfx";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -8,7 +8,7 @@
}:
mkLibretroCore {
core = "mednafen-psx" + lib.optionalString withHw "-hw";
version = "unstable-2024-11-15";
version = "0-unstable-2024-11-15";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-saturn";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-supafaust";
version = "unstable-2024-10-01";
version = "0-unstable-2024-10-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-supergrafx";
version = "unstable-2024-11-15";
version = "0-unstable-2024-11-15";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-vb";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mednafen-wswan";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "blastem";
version = "unstable-2022-07-26";
version = "0-unstable-2022-07-26";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "bluemsx";
version = "unstable-2024-10-22";
version = "0-unstable-2024-10-22";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "bsnes-hd-beta";
version = "unstable-2023-04-26";
version = "0-unstable-2023-04-26";
src = fetchFromGitHub {
owner = "DerKoun";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "bsnes-mercury-${withProfile}";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "bsnes";
version = "unstable-2024-09-06";
version = "0-unstable-2024-09-06";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -11,7 +11,7 @@
}:
mkLibretroCore rec {
core = "citra";
version = "unstable-2024-04-01";
version = "0-unstable-2024-04-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -10,7 +10,7 @@
}:
mkLibretroCore {
core = "desmume";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -10,7 +10,7 @@
}:
mkLibretroCore {
core = "desmume2015";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -17,7 +17,7 @@
}:
mkLibretroCore {
core = "dolphin";
version = "unstable-2024-04-19";
version = "0-unstable-2024-04-19";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "dosbox-pure";
version = "unstable-2024-09-28";
version = "0-unstable-2024-09-28";
src = fetchFromGitHub {
owner = "schellingb";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "dosbox";
version = "unstable-2022-07-18";
version = "0-unstable-2022-07-18";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "81";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "fbalpha2012";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "fbneo";
version = "unstable-2024-10-03";
version = "0-unstable-2024-10-03";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "fceumm";
version = "unstable-2024-09-23";
version = "0-unstable-2024-09-23";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -8,7 +8,7 @@
}:
mkLibretroCore {
core = "flycast";
version = "unstable-2024-10-05";
version = "0-unstable-2024-10-05";
src = fetchFromGitHub {
owner = "flyinghead";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "fmsx";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "freeintv";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "fuse";
version = "unstable-2024-09-20";
version = "0-unstable-2024-09-20";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "gambatte";
version = "unstable-2024-10-04";
version = "0-unstable-2024-10-04";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "genesis-plus-gx";
version = "unstable-2024-09-18";
version = "0-unstable-2024-09-18";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "gpsp";
version = "unstable-2024-09-18";
version = "0-unstable-2024-09-18";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "gw";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "handy";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "hatari";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -9,7 +9,7 @@
}:
mkLibretroCore {
core = "mame";
version = "unstable-2024-11-01";
version = "0-unstable-2024-11-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "mame2000";
version = "unstable-2024-11-01";
version = "0-unstable-2024-11-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mame2003-plus";
version = "unstable-2024-11-01";
version = "0-unstable-2024-11-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mame2003";
version = "unstable-2024-11-01";
version = "0-unstable-2024-11-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "mame2010";
version = "unstable-2024-10-23";
version = "0-unstable-2024-10-23";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -7,7 +7,7 @@
}:
mkLibretroCore {
core = "mame2015";
version = "unstable-2023-11-01";
version = "0-unstable-2023-11-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -7,7 +7,7 @@
}:
mkLibretroCore {
core = "mame2016";
version = "unstable-2024-04-06";
version = "0-unstable-2024-04-06";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -7,7 +7,7 @@
}:
mkLibretroCore {
core = "melonds";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mesen-s";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mesen";
version = "unstable-2024-06-09";
version = "0-unstable-2024-06-09";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "meteor";
version = "unstable-2020-12-28";
version = "0-unstable-2020-12-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "mgba";
version = "unstable-2024-11-12";
version = "0-unstable-2024-11-12";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore rec {
core = "mrboom";
version = "unstable-2024-07-01";
version = "0-unstable-2024-07-01";
src = fetchFromGitHub {
owner = "Javanaise";

View File

@ -11,7 +11,7 @@
}:
mkLibretroCore {
core = "mupen64plus-next";
version = "unstable-2024-10-29";
version = "0-unstable-2024-10-29";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "neocd";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "nestopia";
version = "unstable-2024-10-17";
version = "0-unstable-2024-10-17";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore rec {
core = "np2kai";
version = "unstable-2024-11-03";
version = "0-unstable-2024-11-03";
src = fetchFromGitHub {
owner = "AZO234";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "nxengine";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "o2em";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "opera";
version = "unstable-2024-10-17";
version = "0-unstable-2024-10-17";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -9,7 +9,7 @@
}:
mkLibretroCore {
core = "parallel-n64";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "pcsx-rearmed";
version = "unstable-2024-11-17";
version = "0-unstable-2024-11-17";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -17,7 +17,7 @@
}:
mkLibretroCore {
core = "pcsx2";
version = "unstable-2023-01-30";
version = "0-unstable-2023-01-30";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "picodrive";
version = "unstable-2024-10-19";
version = "0-unstable-2024-10-19";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -14,7 +14,7 @@
}:
mkLibretroCore {
core = "play";
version = "unstable-2024-10-19";
version = "0-unstable-2024-10-19";
src = fetchFromGitHub {
owner = "jpd002";

View File

@ -13,7 +13,7 @@
}:
mkLibretroCore {
core = "ppsspp";
version = "unstable-2024-11-15";
version = "0-unstable-2024-11-15";
src = fetchFromGitHub {
owner = "hrydgard";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "prboom";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "prosystem";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "puae";
version = "unstable-2024-10-19";
version = "0-unstable-2024-10-19";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "quicknes";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -12,7 +12,7 @@
}:
mkLibretroCore {
core = "same_cdi";
version = "unstable-2023-02-28";
version = "0-unstable-2023-02-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -7,7 +7,7 @@
}:
mkLibretroCore {
core = "sameboy";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -10,7 +10,7 @@
}:
mkLibretroCore {
core = "scummvm";
version = "unstable-2022-04-06";
version = "0-unstable-2022-04-06";
# This is the old source code before they upstreamed the source code,
# so now the libretro related code lives in the scummvm/scummvm repository.

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "smsplus";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "snes9x";
version = "unstable-2024-10-28";
version = "0-unstable-2024-10-28";
src = fetchFromGitHub {
owner = "snes9xgit";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "snes9x2002";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "snes9x2005" + lib.optionalString withBlarggAPU "-plus";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore rec {
core = "snes9x2010";
version = "unstable-2024-11-18";
version = "0-unstable-2024-11-18";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "stella";
version = "unstable-2024-11-17";
version = "0-unstable-2024-11-17";
src = fetchFromGitHub {
owner = "stella-emu";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "stella2014";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "swanstation";
version = "unstable-2024-07-24";
version = "0-unstable-2024-07-24";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "tgbdual";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "thepowdertoy";
version = "unstable-2024-10-01";
version = "0-unstable-2024-10-01";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -7,7 +7,7 @@
}:
mkLibretroCore {
core = "tic80";
version = "unstable-2024-05-13";
version = "0-unstable-2024-05-13";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "2048";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "vbam";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "vba-next";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -7,7 +7,7 @@
}:
mkLibretroCore {
core = "vecx";
version = "unstable-2024-06-28";
version = "0-unstable-2024-06-28";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -5,7 +5,7 @@
}:
mkLibretroCore {
core = "virtualjaguar";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";

View File

@ -6,7 +6,7 @@
}:
mkLibretroCore {
core = "yabause";
version = "unstable-2024-10-21";
version = "0-unstable-2024-10-21";
src = fetchFromGitHub {
owner = "libretro";