Skip to content

Commit 84924c1

Browse files
committedJan 23, 2025
libretro.dosbox-pure: 0-unstable-2025-01-12 -> 0-unstable-2025-01-23
1 parent 055c50f commit 84924c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/emulators/libretro/cores/dosbox-pure.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "dosbox-pure";
8-
version = "0-unstable-2025-01-12";
8+
version = "0-unstable-2025-01-23";
99

1010
src = fetchFromGitHub {
1111
owner = "schellingb";
1212
repo = "dosbox-pure";
13-
rev = "e69a36a83c09f6660f7683d64eb8077a2da9a487";
14-
hash = "sha256-QiwkWP6fHiGASN1SpLY+pSJVsu3TsENj7oAM4pCXnsk=";
13+
rev = "e7c880a2d20181f933ae3261c108ca53f0018dc7";
14+
hash = "sha256-1eZhq8w5s2JcE1ADlVU+8C2CxBZ1YYCh547oqkcemsw=";
1515
};
1616

1717
hardeningDisable = [ "format" ];

0 commit comments

Comments
 (0)
Failed to load comments.