Skip to content

Commit e97591a

Browse files
committedDec 30, 2024
libretro.dosbox-pure: 0-unstable-2024-09-28 -> 0-unstable-2024-12-30
1 parent 25d0c5f commit e97591a

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-2024-09-28";
8+
version = "0-unstable-2024-12-30";
99

1010
src = fetchFromGitHub {
1111
owner = "schellingb";
1212
repo = "dosbox-pure";
13-
rev = "9b4147fd14332a7354c9b76fa72653bda2d919e9";
14-
hash = "sha256-lzRBzBMIQ3X+VAHK8pl/HYELecTkdFlWJI7C1csmZ7I=";
13+
rev = "7dc606d4b948089fa2dd93c29a2c334f926c9c0b";
14+
hash = "sha256-vMs9eAtOD2DljwPj7hRsSMtjIucokFShnikDyXhRq1g=";
1515
};
1616

1717
hardeningDisable = [ "format" ];

0 commit comments

Comments
 (0)
Failed to load comments.