mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
libretro.bsnes: 0-unstable-2025-05-16 -> 0-unstable-2025-05-30 (#413171)
This commit is contained in:
commit
8f8048f2c1
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
mkLibretroCore {
|
mkLibretroCore {
|
||||||
core = "bsnes";
|
core = "bsnes";
|
||||||
version = "0-unstable-2025-05-16";
|
version = "0-unstable-2025-05-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libretro";
|
owner = "libretro";
|
||||||
repo = "bsnes-libretro";
|
repo = "bsnes-libretro";
|
||||||
rev = "aadae1cd3d8175a6e71525ab122e6b7a949091a7";
|
rev = "c2df3ccaeb8f40852a63a4b66a381d82d4e9b95d";
|
||||||
hash = "sha256-Tf/mJ4B3PuAbfYJCrFoC0sHOQgf+UCwp6jNlSau7XH0=";
|
hash = "sha256-bPW4ftbdUXsgAs/CEi5/x4iq1NKvgRmHOpMiNJ2W/Gc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makefile = "Makefile";
|
makefile = "Makefile";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue