Unverified Commit bb9a7981 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libretro.desmume: 0-unstable-2024-10-21 -> 0-unstable-2026-04-20 (#511811)

parents 86c5343b 32d5be9a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
mkLibretroCore {
  core = "desmume";
  version = "0-unstable-2024-10-21";
  version = "0-unstable-2026-04-20";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "desmume";
    rev = "7f05a8d447b00acd9e0798aee97b4f72eb505ef9";
    hash = "sha256-BttWMunVbfPOTGx+DV+3QyOwW+55tgXKVIn99DZhbBI=";
    rev = "a4db60dc63f36134ffebfe524b56e87a0b05f20f";
    hash = "sha256-v9jppfo85wR4KrblE9HtI/psQiQafn4OIXmDofxqOfc=";
  };

  extraBuildInputs = [