We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4cda75 + 9b2cc71 commit 86f7bd5Copy full SHA for 86f7bd5
pkgs/applications/emulators/libretro/cores/scummvm.nix
@@ -25,13 +25,13 @@ let
25
in
26
mkLibretroCore {
27
core = "scummvm";
28
- version = "0-unstable-2025-03-09";
+ version = "0-unstable-2025-04-05";
29
30
src = fetchFromGitHub {
31
owner = "libretro";
32
repo = "scummvm";
33
- rev = "8e9d265d81661dcffe0bc326e07e50af5d1d224a";
34
- hash = "sha256-BdBQoj358uL7VNPZozRA4oEG5KS09rkucd80vQgkaDo=";
+ rev = "9d31b31c179fd4a43f7cfc383a3435a9070c6aa8";
+ hash = "sha256-E5e30Iowwr8pnryncnzlPjBhpIEuKqAHxHk+HwagEnE=";
35
};
36
37
extraBuildInputs = [
0 commit comments