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

libretro.thepowdertoy: 0-unstable-2025-09-16 -> 0-unstable-2026-04-20 (#514584)

parents dc8c971b 23fe94b5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
mkLibretroCore {
  core = "thepowdertoy";
  version = "0-unstable-2025-09-16";
  version = "0-unstable-2026-04-20";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "ThePowderToy";
    rev = "cb3cd4c2e5beddb98b34e6b800fa24e8f96322d9";
    hash = "sha256-k3XWkkSuQC3IBhhI96qkTrlGH/oJu941HaAvR28V5i0=";
    rev = "dcb5e41f1f9800192ea07ea43459413c5a065d9f";
    hash = "sha256-FDotG/ngmrxgyN7YQ8SK/ZQHKWkwZ5hhg0qsNNXmaNc=";
  };

  extraNativeBuildInputs = [ cmake ];