Merge pull request #129654 from avnik/wine-update

This commit is contained in:
Sandro 2021-07-14 02:16:14 +02:00 committed by GitHub
commit a22d0fb4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,9 +44,9 @@ in rec {
unstable = fetchurl rec {
# NOTE: Don't forget to change the SHA256 for staging as well.
version = "6.11";
version = "6.12";
url = "https://dl.winehq.org/wine/source/6.x/wine-${version}.tar.xz";
sha256 = "02v725qjsibiv6ad6hxsc6199dvlmnp7983286a4k8rygqnvqln9";
sha256 = "1a6fnxb4rci310m0wjcs9cnmpj88775q70qk7xi3k06z1qqbx4pv";
inherit (stable) gecko32 gecko64;
## see http://wiki.winehq.org/Mono
@ -65,10 +65,11 @@ in rec {
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
sha256 = "0gbci8fjvl1bdz7fj4bh25mqrgi1i04q5na2ckv9hj9nh9x7crbm";
sha256 = "1mg5yrw5jk2nbdp9mcqc3iar01lr76lmm1py95wify9p2bqzavpp";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";
# Replace back on next release: rev = "v${version}";
rev = "v6.12.1";
disabledPatchsets = [ ];
};