Commit 1abfa4cc authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.thepowdertoy: 0-unstable-2024-09-30 -> 0-unstable-2025-09-16

parent 7f00372b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
mkLibretroCore {
  core = "thepowdertoy";
  version = "0-unstable-2024-09-30";
  version = "0-unstable-2025-09-16";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "ThePowderToy";
    rev = "5d9c749780063b87bd62ddb025dee4241f196f26";
    hash = "sha256-BYeQ2WZgyvjDH5+akrVP5TlLq6Go3NKXB7zeR9oaaJ8=";
    rev = "cb3cd4c2e5beddb98b34e6b800fa24e8f96322d9";
    hash = "sha256-k3XWkkSuQC3IBhhI96qkTrlGH/oJu941HaAvR28V5i0=";
  };

  extraNativeBuildInputs = [ cmake ];