summary refs log tree commit diff
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2019-09-14 03:04:52 -0600
committerTadeo Kondrak <me@tadeo.ca>2019-09-14 03:05:51 -0600
commit82428b32b99ebef0acb072b385627bc5dd61eb5e (patch)
treeb034279318267796b8ac0fab758e8ebc20fc1be3
parente3da1377084265f9c0f8c6d9392310fcfbce4cb4 (diff)
downloadnixpkgs-82428b32b99ebef0acb072b385627bc5dd61eb5e.tar
nixpkgs-82428b32b99ebef0acb072b385627bc5dd61eb5e.tar.gz
nixpkgs-82428b32b99ebef0acb072b385627bc5dd61eb5e.tar.bz2
nixpkgs-82428b32b99ebef0acb072b385627bc5dd61eb5e.tar.lz
nixpkgs-82428b32b99ebef0acb072b385627bc5dd61eb5e.tar.xz
nixpkgs-82428b32b99ebef0acb072b385627bc5dd61eb5e.tar.zst
nixpkgs-82428b32b99ebef0acb072b385627bc5dd61eb5e.zip
wine{Unstable,Staging}: 4.14 -> 4.16
-rw-r--r--pkgs/misc/emulators/wine/sources.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix
index 501d2bde04c..7b26bf44cdc 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.14";
+    version = "4.16";
     url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
-    sha256 = "1rl1a3k5sr0hyxc61d68kwandhxcnxwv6b77vh7x2rkl1h4nxmfs";
+    sha256 = "17qxbddv23ibbayw1ai984m0dlq63cgplms2jhsc09incjhafywd";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "1s17hcrp1aa0v99y5iav2s0lxdx2rzgm7z0c4zhxyydqxj399f5j";
+    sha256 = "0zkvwl6rxr6xcqk4a3h43cak67w6bcyqqnajz6azif07ir3z1c61";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";