tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wineUnstable: 2.15 -> 2.16
bump staging as well
Cray Elliott
8 years ago
c892f77e
dc3f0d47
+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
···
32
33
unstable = fetchurl rec {
34
# NOTE: Don't forget to change the SHA256 for staging as well.
35
-
version = "2.15";
36
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37
-
sha256 = "1cv890khg5zqk844y12daw2ql4vk4garnqfk273hiyw1pw650bfq";
38
inherit (stable) mono gecko32 gecko64;
39
};
40
41
staging = fetchFromGitHub rec {
42
inherit (unstable) version;
43
-
sha256 = "0psdkhf4gn4nkpp2fvwy0b2a0s5b6wgf40vlbdf6ii45kj59mn7f";
44
owner = "wine-compholio";
45
repo = "wine-staging";
46
rev = "v${version}";
···
32
33
unstable = fetchurl rec {
34
# NOTE: Don't forget to change the SHA256 for staging as well.
35
+
version = "2.16";
36
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37
+
sha256 = "089cvb7gvhcq5kx1h114fmr09fmj84cz2bjvisa48v6dpv5fsqd5";
38
inherit (stable) mono gecko32 gecko64;
39
};
40
41
staging = fetchFromGitHub rec {
42
inherit (unstable) version;
43
+
sha256 = "1q9dnifz02l96s1bafb4w2z779k8ancl37zd7wxbkf0ks2vrnln0";
44
owner = "wine-compholio";
45
repo = "wine-staging";
46
rev = "v${version}";