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

libretro.scummvm: 0-unstable-2025-07-03 -> 0-unstable-2025-12-24 (#474909)

parents 7455baca 7e412ec9
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-07-03";
  version = "0-unstable-2025-12-24";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "scummvm";
    rev = "686cdd13719b92554fa46b264c512ca7deec7a96";
    hash = "sha256-3w1rYVPX7ENGUgKdrFRQShWoEXfagxdtzd98m1hKeYU=";
    rev = "b56c0d796ebcb4a3a8ea966cc3b8ec3e02b452be";
    hash = "sha256-CPYKOqyEDRdA2D1+eomrsb7w8pDWyxtqmGZF8j15OJU=";
  };

  extraBuildInputs = [