Commit 55adf818 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.dosbox-pure: 0-unstable-2025-04-10 -> 0-unstable-2025-04-24

parent bca8c7d1
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-04-10";
  version = "0-unstable-2025-04-24";

  src = fetchFromGitHub {
    owner = "schellingb";
    repo = "dosbox-pure";
    rev = "51ca5126ee67e88827c87c761a097a6318ad25e7";
    hash = "sha256-OBC8y53ljmgmfow7qBWIJYgjAiyv2bVa3CqQFkaJRhQ=";
    rev = "d3b7313d232156a1f60ce31749fe68e498ad3bf4";
    hash = "sha256-rU2HA0ap8O02qJHHksKigjAeRgnkV6F6z5JIusWlDZM=";
  };

  hardeningDisable = [ "format" ];