lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libretro.mame2003-plus: 0-unstable-2024-11-01 -> 0-unstable-2024-12-29 (#369748)

authored by

Nick Cao and committed by
GitHub
85688123 81878064

+3 -3
+3 -3
pkgs/applications/emulators/libretro/cores/mame2003-plus.nix
··· 5 5 }: 6 6 mkLibretroCore { 7 7 core = "mame2003-plus"; 8 - version = "0-unstable-2024-11-01"; 8 + version = "0-unstable-2024-12-29"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "libretro"; 12 12 repo = "mame2003-plus-libretro"; 13 - rev = "b00ea1c9574126d75ae7b80c3b41e1186421fc1d"; 14 - hash = "sha256-Zq4P5UsZh3p9/zasfTC+pzWiLAo7T2qAgZw4bJ4ADdM="; 13 + rev = "aaf1a95728d9ca6d4cf6633b6a839f8daa27db81"; 14 + hash = "sha256-AjeXfISAcH6RiHU5gJutZUdpg2p+ASVKsI1+Nl76xSY="; 15 15 }; 16 16 17 17 makefile = "Makefile";