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 b9e404d commit f91c591Copy full SHA for f91c591
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.11";
+ version = "2.12";
36
url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
37
- sha256 = "0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg";
+ sha256 = "19qk880fk7xxzx9jcl6sjzilhzssn0csqlqr9vnfd1qlhjpi2v29";
38
inherit (stable) mono gecko32 gecko64;
39
};
40
41
staging = fetchFromGitHub rec {
42
inherit (unstable) version;
43
- sha256 = "0crv7hl39as0pjbi8ldws611izccdnss4hca4pgbz5cc80bki9gw";
+ sha256 = "00qqpw5fmpwg4589q2dwlv3jrcyj0yzv4mk63w5ydhvmy5gq48wy";
44
owner = "wine-compholio";
45
repo = "wine-staging";
46
rev = "v${version}";
0 commit comments