We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c60fbd + 95af42c commit 5ea27cdCopy full SHA for 5ea27cd
pkgs/by-name/do/dosbox-x/package.nix
@@ -27,13 +27,13 @@
27
28
stdenv.mkDerivation (finalAttrs: {
29
pname = "dosbox-x";
30
- version = "2025.05.03";
+ version = "2025.10.07";
31
32
src = fetchFromGitHub {
33
owner = "joncampbell123";
34
repo = "dosbox-x";
35
rev = "dosbox-x-v${finalAttrs.version}";
36
- hash = "sha256-VYJn1ddDkSHpWVsE7NunwRvuAVRqbvCNw/TzkWe8TLQ=";
+ hash = "sha256-6y41xAs2FyOL8v+c5ma3zVIw186PU48CcbM3T050jeI=";
37
};
38
39
# sips is unavailable in sandbox, replacing with imagemagick breaks build due to wrong Foundation propagation(?) so don't generate resolution variants
0 commit comments