tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
Update unstable Wine to 1.7.9
Michael Raskin
12 years ago
26b3d0ab
d22106ab
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
misc
emulators
wine
unstable.nix
+2
-2
pkgs/misc/emulators/wine/unstable.nix
···
7
7
assert stdenv.gcc.gcc != null;
8
8
9
9
let
10
10
-
version = "1.7.8";
10
10
+
version = "1.7.9";
11
11
name = "wine-${version}";
12
12
13
13
src = fetchurl {
14
14
url = "mirror://sourceforge/wine/${name}.tar.bz2";
15
15
-
sha256 = "010qa6xn0b0161kcmm43yr0bp39iddb6d5i27mpl229shrgpzq9h";
15
15
+
sha256 = "0nlw4x1zww529nm1vd0n7ysjlrbppd9ljk27ki1iasb94k69xybr";
16
16
};
17
17
18
18
gecko = fetchurl {