tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wine: 3.0 -> 3.3
Herwig Hochleitner
8 years ago
039428d3
54a02314
+6
-6
1 changed file
expand all
collapse all
unified
split
pkgs
misc
emulators
wine
sources.nix
+6
-6
pkgs/misc/emulators/wine/sources.nix
reviewed
···
39
39
40
40
unstable = fetchurl rec {
41
41
# NOTE: Don't forget to change the SHA256 for staging as well.
42
42
-
version = "3.0";
43
43
-
url = "https://dl.winehq.org/wine/source/3.0/wine-${version}.tar.xz";
44
44
-
sha256 = "1v7vq9iinkscbq6wg85fb0d2137660fg2nk5iabxkl2wr850asil";
42
42
+
version = "3.3";
43
43
+
url = "https://dl.winehq.org/wine/source/3.x/wine-${version}.tar.xz";
44
44
+
sha256 = "0cx31jsll7mxd9r7v0vpahajqwb6da6cpwybv06l5ydkgfrbv505";
45
45
inherit (stable) mono gecko32 gecko64;
46
46
};
47
47
48
48
staging = fetchFromGitHub rec {
49
49
# https://github.com/wine-compholio/wine-staging/releases
50
50
inherit (unstable) version;
51
51
-
# FIXME update winestaging sources, when 3.0 is released
51
51
+
# FIXME update winestaging sources, when 3.3 is released
52
52
# FIXME then revert the staging derivation in ./default.nix
53
53
-
sha256 = "1qznp4kgss4mhk1vvr91jmszsi47xg312r64l76jkgwijhypmvb7";
54
54
-
owner = "wine-compholio";
53
53
+
sha256 = "0000000000000000000000000000000000000000000000000000000000000000";
54
54
+
owner = "wine-staging";
55
55
repo = "wine-staging";
56
56
rev = "v${version}";
57
57
};