We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4405aaf + c2cd0e5 commit 18beaccCopy full SHA for 18beacc
pkgs/applications/emulators/dosbox-x/default.nix
@@ -29,13 +29,13 @@
29
30
stdenv.mkDerivation (finalAttrs: {
31
pname = "dosbox-x";
32
- version = "2025.01.01";
+ version = "2025.02.01";
33
34
src = fetchFromGitHub {
35
owner = "joncampbell123";
36
repo = "dosbox-x";
37
rev = "dosbox-x-v${finalAttrs.version}";
38
- hash = "sha256-3zE/VDCFNQRgqpIL5hRAafDoc7agX2LIsiL4xwDBLJY=";
+ hash = "sha256-X+deR8khmCWnIyqhao122CaPGXuWEoayKTcTaYfLATY=";
39
};
40
41
# sips is unavailable in sandbox, replacing with imagemagick breaks build due to wrong Foundation propagation(?) so don't generate resolution variants
0 commit comments