Skip to content

Commit 18beacc

Browse files
authored
dosbox-x: 2025.01.01 -> 2025.02.01 (NixOS#378808)
2 parents 4405aaf + c2cd0e5 commit 18beacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/emulators/dosbox-x/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
stdenv.mkDerivation (finalAttrs: {
3131
pname = "dosbox-x";
32-
version = "2025.01.01";
32+
version = "2025.02.01";
3333

3434
src = fetchFromGitHub {
3535
owner = "joncampbell123";
3636
repo = "dosbox-x";
3737
rev = "dosbox-x-v${finalAttrs.version}";
38-
hash = "sha256-3zE/VDCFNQRgqpIL5hRAafDoc7agX2LIsiL4xwDBLJY=";
38+
hash = "sha256-X+deR8khmCWnIyqhao122CaPGXuWEoayKTcTaYfLATY=";
3939
};
4040

4141
# sips is unavailable in sandbox, replacing with imagemagick breaks build due to wrong Foundation propagation(?) so don't generate resolution variants

0 commit comments

Comments
 (0)