libretro.dosbox-pure: 0-unstable-2025-05-24 -> 0-unstable-2025-06-03 (#413697)

This commit is contained in:
Thiago Kenji Okada 2025-06-03 21:24:55 +01:00 committed by GitHub
commit ada12b769e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,13 @@
}: }:
mkLibretroCore { mkLibretroCore {
core = "dosbox-pure"; core = "dosbox-pure";
version = "0-unstable-2025-05-24"; version = "0-unstable-2025-06-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "schellingb"; owner = "schellingb";
repo = "dosbox-pure"; repo = "dosbox-pure";
rev = "773f775cb8bd4a79e505413cbe7172ec5de948c1"; rev = "ee1ff009d8edf87c668bc5d1aa6d6f1320b8b654";
hash = "sha256-SQjwQhy+/RI0159QMCk04G6AFtBKBushjNWtOXfohps="; hash = "sha256-3vIw73T47gTS2A9PBJuZGBNlDiXPNabsj4YopXLMMIY=";
}; };
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];