mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
libretro.scummvm: 0-unstable-2025-04-05 -> 0-unstable-2025-05-23 (#411303)
This commit is contained in:
commit
09e52e12d4
1 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@ let
|
||||||
in
|
in
|
||||||
mkLibretroCore {
|
mkLibretroCore {
|
||||||
core = "scummvm";
|
core = "scummvm";
|
||||||
version = "0-unstable-2025-04-05";
|
version = "0-unstable-2025-05-23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libretro";
|
owner = "libretro";
|
||||||
repo = "scummvm";
|
repo = "scummvm";
|
||||||
rev = "9d31b31c179fd4a43f7cfc383a3435a9070c6aa8";
|
rev = "e566a6432fd1951417bf78280cc7c741957fc419";
|
||||||
hash = "sha256-E5e30Iowwr8pnryncnzlPjBhpIEuKqAHxHk+HwagEnE=";
|
hash = "sha256-K78lyq1v3v55CCFLVAJStvfPltfkoGE9tj39gwPgZ44=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue