Skip to content

Commit 3365fde

Browse files
Cray ElliottCray Elliott
Cray Elliott
authored and
Cray Elliott
committedJul 10, 2017
wineUnstable: 2.10 -> 2.11
2.11 was picked instead of 2.12 since staging hasn't caught up yet, also updates staging
1 parent 4dd55c1 commit 3365fde

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.10";
35+
version = "2.11";
3636
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37-
sha256 = "0ygiaayi2mv6jl450d03i4x2gd2bg3mwk3s2pxas87g8sbzzg3a8";
37+
sha256 = "0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg";
3838
inherit (stable) mono gecko32 gecko64;
3939
};
4040

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

0 commit comments

Comments
 (0)
Please sign in to comment.