From 946e6af857e84c723ad98e3882242c5e9968e0f2 Mon Sep 17 00:00:00 2001 From: "Alexander V. Nikolaev" Date: Sat, 1 Dec 2018 18:52:13 +0200 Subject: [PATCH] wine{Unstable,Staging}: 3.20 -> 4.0-rc2 Disabling the build of regression tests was proposed in #51341 but this change has been postponed until we reach a concensus. --- pkgs/misc/emulators/wine/sources.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix index 6ca22e261ee..5533c8d54a5 100644 --- a/pkgs/misc/emulators/wine/sources.nix +++ b/pkgs/misc/emulators/wine/sources.nix @@ -39,16 +39,16 @@ in rec { unstable = fetchurl rec { # NOTE: Don't forget to change the SHA256 for staging as well. - version = "3.20"; - url = "https://dl.winehq.org/wine/source/3.x/wine-${version}.tar.xz"; - sha256 = "063garmflbna3mhph8k0dv0bkzq8x75x5xrd0j8y0mjh10i13mik"; + version = "4.0-rc2"; + url = "https://dl.winehq.org/wine/source/4.0/wine-${version}.tar.xz"; + sha256 = "0apqavsk1y56b6c4zkjpi014xwgn6gjg6pzjx94qy4nfr1gz63n4"; inherit (stable) mono gecko32 gecko64; }; staging = fetchFromGitHub rec { # https://github.com/wine-staging/wine-staging/releases inherit (unstable) version; - sha256 = "049cwllf4aybrhj4l2i3vd5jvagjz4d448404zkyy0lfxr08id3p"; + sha256 = "1vqvy44h9rwfx32pad831kdyhazn68s8r14w8765ly42rixc6dgj"; owner = "wine-staging"; repo = "wine-staging"; rev = "v${version}";