tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wineUnstable, wineStaging: 2.11 -> 2.12
Cray Elliott
8 years ago
f91c591e
b9e404de
+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.11";
36
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37
-
sha256 = "0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg";
38
inherit (stable) mono gecko32 gecko64;
39
};
40
41
staging = fetchFromGitHub rec {
42
inherit (unstable) version;
43
-
sha256 = "0crv7hl39as0pjbi8ldws611izccdnss4hca4pgbz5cc80bki9gw";
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.12";
36
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37
+
sha256 = "19qk880fk7xxzx9jcl6sjzilhzssn0csqlqr9vnfd1qlhjpi2v29";
38
inherit (stable) mono gecko32 gecko64;
39
};
40
41
staging = fetchFromGitHub rec {
42
inherit (unstable) version;
43
+
sha256 = "00qqpw5fmpwg4589q2dwlv3jrcyj0yzv4mk63w5ydhvmy5gq48wy";
44
owner = "wine-compholio";
45
repo = "wine-staging";
46
rev = "v${version}";