about summary refs log tree commit diff
path: root/pkgs/misc/emulators/wine
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2018-12-01 18:52:13 +0200
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-18 21:29:23 -0500
commit946e6af857e84c723ad98e3882242c5e9968e0f2 (patch)
tree7e98a702461bf99eea224ecb3fc1c13c01f760c3 /pkgs/misc/emulators/wine
parent357566ec37274d04be9836f6aea1e1a67e0892e2 (diff)
downloadnixlib-946e6af857e84c723ad98e3882242c5e9968e0f2.tar
nixlib-946e6af857e84c723ad98e3882242c5e9968e0f2.tar.gz
nixlib-946e6af857e84c723ad98e3882242c5e9968e0f2.tar.bz2
nixlib-946e6af857e84c723ad98e3882242c5e9968e0f2.tar.lz
nixlib-946e6af857e84c723ad98e3882242c5e9968e0f2.tar.xz
nixlib-946e6af857e84c723ad98e3882242c5e9968e0f2.tar.zst
nixlib-946e6af857e84c723ad98e3882242c5e9968e0f2.zip
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.
Diffstat (limited to 'pkgs/misc/emulators/wine')
-rw-r--r--pkgs/misc/emulators/wine/sources.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix
index 6ca22e261eea..5533c8d54a54 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}";