about summary refs log tree commit diff
path: root/pkgs/misc/emulators/wine
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-04-17 12:05:33 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-18 09:27:10 +0200
commite2adc641753ed28216c4692792596e9160ef225c (patch)
treeaf9cee33707dd2f48383e6755e00f7b9158470ad /pkgs/misc/emulators/wine
parentd79aad43a3b18db64d0436852fd3bb406cafec83 (diff)
downloadnixlib-e2adc641753ed28216c4692792596e9160ef225c.tar
nixlib-e2adc641753ed28216c4692792596e9160ef225c.tar.gz
nixlib-e2adc641753ed28216c4692792596e9160ef225c.tar.bz2
nixlib-e2adc641753ed28216c4692792596e9160ef225c.tar.lz
nixlib-e2adc641753ed28216c4692792596e9160ef225c.tar.xz
nixlib-e2adc641753ed28216c4692792596e9160ef225c.tar.zst
nixlib-e2adc641753ed28216c4692792596e9160ef225c.zip
wine{unstable,staging}: 4.5 -> 4.6
Diffstat (limited to 'pkgs/misc/emulators/wine')
-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 cfb4e35c2b55..93c76f37c155 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.5";
+    version = "4.6";
     url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
-    sha256 = "1dy1v27cw9vp2xnr8y4bdcvvw5ivcgpk2375jgn536csbwaxgwjz";
+    sha256 = "1nk2nlkdklwpd0kbq8hx59gl05b5wglcla0v3892by6k4kwh341j";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "18xpha7nl3jg7c24cgbncciyyqqb6svsyfp1xk81993wnl6r8abs";
+    sha256 = "0mripibsi1p8h2j9ngqszkcjppdxji027ss4shqwb0nypaydd9w2";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";