mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
libretro.stella: 0-unstable-2025-04-29 -> 0-unstable-2025-05-17 (#408315)
This commit is contained in:
commit
2db882db6d
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
mkLibretroCore {
|
mkLibretroCore {
|
||||||
core = "stella";
|
core = "stella";
|
||||||
version = "0-unstable-2025-04-29";
|
version = "0-unstable-2025-05-17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stella-emu";
|
owner = "stella-emu";
|
||||||
repo = "stella";
|
repo = "stella";
|
||||||
rev = "e13b683c5236adf8560613a883a0af8841ee49cb";
|
rev = "8421af89314bbdcf118d4b3884a9f566e4b1020e";
|
||||||
hash = "sha256-0kAxCVcVMz6pxScVZhEvPWIHj29cO9xoI1bhgyXUMvU=";
|
hash = "sha256-uffcz8TXb0vEivOEcnL288YT8rspSOGcNdXtGijXX1g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makefile = "Makefile";
|
makefile = "Makefile";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue