Commit 35d2939a authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 95bb827d
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-2026-01-20";
  version = "0-unstable-2026-01-25";

  src = fetchFromGitHub {
    owner = "schellingb";
    repo = "dosbox-pure";
    rev = "c69ecd250eb76cdceae1dbb962116f706e4fa661";
    hash = "sha256-cCUHTaHDNn7k5mK589RoNXiPgFvEBCxCSyp+8azUtpg=";
    rev = "38c84798aac5239a06d75e85469225a2ad9c4707";
    hash = "sha256-3N2/v9yv44GdSEoPjC2yne43f4WqLTlWr8dYRrb+GxY=";
  };

  hardeningDisable = [ "format" ];