Unverified Commit 09a0874b authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.dosbox-pure: 0-unstable-2025-06-16 -> 0-unstable-2025-07-10 (#424703)

parents 3cad0c8e 98f7d03f
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-06-16";
  version = "0-unstable-2025-07-10";

  src = fetchFromGitHub {
    owner = "schellingb";
    repo = "dosbox-pure";
    rev = "8c48d34327f5ffc44892899cf2567feaa9bbf72a";
    hash = "sha256-u5kxj4Sl7LpivEuNhTec8Z2u3Dw/X8xFDBQ++hQAtFc=";
    rev = "92894e7bdb6304d23278dc77f8a9fa7212450f6e";
    hash = "sha256-uA/pm3DyT0VCyq85DzZGXjSGrKQ9uoEIfrs839ta97s=";
  };

  hardeningDisable = [ "format" ];