Unverified Commit 1bc4de07 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.dosbox-pure: 0-unstable-2025-09-04 -> 0-unstable-2025-09-14 (#443350)

parents b69a8413 e1e937c1
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-09-04";
  version = "0-unstable-2025-09-14";

  src = fetchFromGitHub {
    owner = "schellingb";
    repo = "dosbox-pure";
    rev = "a1c81ef494d2ac7a136b330edecbe855fb38b18a";
    hash = "sha256-jMJCEoSQi1svbXLyKc4+TRubw7zDpqeql0pstaLs7O4=";
    rev = "78a2d8b7d1354ca60e3f0e39dae18be7c902ece9";
    hash = "sha256-iNcjB7C833X6jNx0AKv2fJvULke+OCzIc0/3g0SiQwU=";
  };

  hardeningDisable = [ "format" ];