Unverified Commit 00a782c7 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.scummvm: 0-unstable-2025-05-23 -> 0-unstable-2025-06-03 (#414679)

parents cf0370b0 78e57a63
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ let
in
mkLibretroCore {
  core = "scummvm";
  version = "0-unstable-2025-05-23";
  version = "0-unstable-2025-06-03";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "scummvm";
    rev = "e566a6432fd1951417bf78280cc7c741957fc419";
    hash = "sha256-K78lyq1v3v55CCFLVAJStvfPltfkoGE9tj39gwPgZ44=";
    rev = "55fcf4050ac1102638cd7975677f81ae1a2c2070";
    hash = "sha256-GJqh34l7qC59l5zFnGGBeVIvyUCB9AfHKioqtCmjN2s=";
  };

  extraBuildInputs = [