We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4dd55c1 commit 3365fdeCopy full SHA for 3365fde
pkgs/misc/emulators/wine/sources.nix
@@ -32,15 +32,15 @@ in rec {
32
33
unstable = fetchurl rec {
34
# NOTE: Don't forget to change the SHA256 for staging as well.
35
- version = "2.10";
+ version = "2.11";
36
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37
- sha256 = "0ygiaayi2mv6jl450d03i4x2gd2bg3mwk3s2pxas87g8sbzzg3a8";
+ sha256 = "0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg";
38
inherit (stable) mono gecko32 gecko64;
39
};
40
41
staging = fetchFromGitHub rec {
42
inherit (unstable) version;
43
- sha256 = "1i7lzr8w9w9hfa5djclp5n19plfgff6p1yhrs94a62jspf6c10sw";
+ sha256 = "0crv7hl39as0pjbi8ldws611izccdnss4hca4pgbz5cc80bki9gw";
44
owner = "wine-compholio";
45
repo = "wine-staging";
46
rev = "v${version}";
0 commit comments