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

libretro.dosbox-pure: 0-unstable-2026-02-05 -> 0-unstable-2026-02-17 (#491852)

parents f6de56e4 e2e77b8c
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-02-05";
  version = "0-unstable-2026-02-17";

  src = fetchFromGitHub {
    owner = "schellingb";
    repo = "dosbox-pure";
    rev = "6fe60a669e8781d738150ad2353b87c1e1de7dd4";
    hash = "sha256-6hIevmWusjg8Wr9A5ov6RLovirtOIEhHtEYLQ7EHVh0=";
    rev = "f587236b2d016f4f16d672e9ce2829bdf507bf9b";
    hash = "sha256-OS6iY8b8pvqkJpDQO9DHRUh7ckjov5t1GZldOR+qg0Y=";
  };

  hardeningDisable = [ "format" ];