Skip to content

Commit f91c591

Browse files
Cray ElliottCray Elliott
Cray Elliott
authored and
Cray Elliott
committedJul 13, 2017
wineUnstable, wineStaging: 2.11 -> 2.12
1 parent b9e404d commit f91c591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/misc/emulators/wine/sources.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ in rec {
3232

3333
unstable = fetchurl rec {
3434
# NOTE: Don't forget to change the SHA256 for staging as well.
35-
version = "2.11";
35+
version = "2.12";
3636
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37-
sha256 = "0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg";
37+
sha256 = "19qk880fk7xxzx9jcl6sjzilhzssn0csqlqr9vnfd1qlhjpi2v29";
3838
inherit (stable) mono gecko32 gecko64;
3939
};
4040

4141
staging = fetchFromGitHub rec {
4242
inherit (unstable) version;
43-
sha256 = "0crv7hl39as0pjbi8ldws611izccdnss4hca4pgbz5cc80bki9gw";
43+
sha256 = "00qqpw5fmpwg4589q2dwlv3jrcyj0yzv4mk63w5ydhvmy5gq48wy";
4444
owner = "wine-compholio";
4545
repo = "wine-staging";
4646
rev = "v${version}";

0 commit comments

Comments
 (0)
Please sign in to comment.