tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wine-unstable: 1.9.7 -> 1.9.9
Herwig Hochleitner
9 years ago
4416644e
33c6a9d1
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
misc
emulators
wine
sources.nix
+3
-3
pkgs/misc/emulators/wine/sources.nix
···
30
30
};
31
31
32
32
unstable = fetchurl rec {
33
33
-
version = "1.9.7";
33
33
+
version = "1.9.9";
34
34
url = "mirror://sourceforge/wine/wine-${version}.tar.bz2";
35
35
-
sha256 = "1v47i0pxqcixnh06x23kzp2dbz1cf3d2sric0bw6xqh54ph5yw29";
35
35
+
sha256 = "0hbvvb7b5sbfrpcp3rqzs57a0d9h37kn5k9hx62y63rdhkcnzrx1";
36
36
inherit (stable) mono;
37
37
gecko32 = fetchurl rec {
38
38
version = "2.44";
···
48
48
49
49
staging = fetchFromGitHub rec {
50
50
inherit (unstable) version;
51
51
-
sha256 = "1h5hwd07qyx0qw5whf6lcp7v57kqd6mrrcvwwg1bydir68b0zp16";
51
51
+
sha256 = "1hmdl7gaiqjc22pw77ra237bnlpg1gxndlvlqf6nd9av6rlkvafj";
52
52
owner = "wine-compholio";
53
53
repo = "wine-staging";
54
54
rev = "v${version}";