summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorLengyel Balazs <ikervagyok@gmail.com>2019-02-17 19:07:33 +0100
committerTadeo Kondrak <me@tadeo.ca>2019-02-17 13:34:55 -0700
commit4310dfc90a2dfabeb05ce68a580621f2ece2b734 (patch)
treed35acf8dc518129cf3a8f2cabe01f6508ffa69f5 /pkgs/misc
parentc9d5c86237456045e07f5537b4626852a8147d1f (diff)
downloadnixpkgs-4310dfc90a2dfabeb05ce68a580621f2ece2b734.tar
nixpkgs-4310dfc90a2dfabeb05ce68a580621f2ece2b734.tar.gz
nixpkgs-4310dfc90a2dfabeb05ce68a580621f2ece2b734.tar.bz2
nixpkgs-4310dfc90a2dfabeb05ce68a580621f2ece2b734.tar.lz
nixpkgs-4310dfc90a2dfabeb05ce68a580621f2ece2b734.tar.xz
nixpkgs-4310dfc90a2dfabeb05ce68a580621f2ece2b734.tar.zst
nixpkgs-4310dfc90a2dfabeb05ce68a580621f2ece2b734.zip
wine{Unstable,Staging}: 4.1 -> 4.2
Diffstat (limited to 'pkgs/misc')
-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 fc60edfcc42..b8a896d8683 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 = "4.1";
-    url = "https://dl.winehq.org/wine/source/4.0/wine-${version}.tar.xz";
-    sha256 = "1b8vwid8wsy1ss2q27bqkd9sdl67qqh0kmazi87vspi40nz7bxyf";
+    version = "4.2";
+    url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
+    sha256 = "1ysvq2jyvh7r27iwpsrlrwzj672jnrihry91bx3m3fysz3sl3ld1";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "1jp5s4k3cwiw6jy8lih25n0c7nyrddr6dm7vlyfdfrl2gkah94z0";
+    sha256 = "1dhv6y60g64bj3kgfknbfzxfzmy686dh7svxlvi4lfis2faikxmk";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";