Commit a947eef3 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.dosbox-pure: 0-unstable-2025-12-01 -> 0-unstable-2026-01-20

parent 5d361f1d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "dosbox-pure";
  version = "0-unstable-2025-12-01";
  version = "0-unstable-2026-01-20";

  src = fetchFromGitHub {
    owner = "schellingb";
    repo = "dosbox-pure";
    rev = "492d8a3996429dbaa4a13b2e90c522e7b34fc2bb";
    hash = "sha256-yNufp+HUzuLOiRhQfdP1ssKDTALwh28B8cRZ2rTJpis=";
    rev = "c69ecd250eb76cdceae1dbb962116f706e4fa661";
    hash = "sha256-cCUHTaHDNn7k5mK589RoNXiPgFvEBCxCSyp+8azUtpg=";
  };

  hardeningDisable = [ "format" ];