about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-07-28 12:11:37 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-07-28 12:11:37 +0200
commitcb3ce5d26de0c969e8b3f483217908c583989440 (patch)
treec4ab3547586b13e79511790b5a7e10d205f68555 /pkgs/misc/emulators
parent3a14d2750b0a72be5dc2d233943b4c8d1ba33764 (diff)
parentc40307b8c9e11004c21dba167be8349c86d1491d (diff)
downloadnixlib-cb3ce5d26de0c969e8b3f483217908c583989440.tar
nixlib-cb3ce5d26de0c969e8b3f483217908c583989440.tar.gz
nixlib-cb3ce5d26de0c969e8b3f483217908c583989440.tar.bz2
nixlib-cb3ce5d26de0c969e8b3f483217908c583989440.tar.lz
nixlib-cb3ce5d26de0c969e8b3f483217908c583989440.tar.xz
nixlib-cb3ce5d26de0c969e8b3f483217908c583989440.tar.zst
nixlib-cb3ce5d26de0c969e8b3f483217908c583989440.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/wine/sources.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix
index e4958b8cfc32..41f3813b94b3 100644
--- a/pkgs/misc/emulators/wine/sources.nix
+++ b/pkgs/misc/emulators/wine/sources.nix
@@ -31,24 +31,24 @@ in rec {
 
     ## see http://wiki.winehq.org/Mono
     mono = fetchurl rec {
-      version = "4.8.3";
+      version = "4.9.0";
       url = "http://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}.msi";
-      sha256 = "0xhavcjwwr21am3bxp2cxlvykwasw8y4g8p470j5fg7skc0izynn";
+      sha256 = "04y7w57cgay74227qci1bjbzwvclkawwljqvgd7a5yhhdz7cfblf";
     };
   };
 
   unstable = fetchurl rec {
     # NOTE: Don't forget to change the SHA256 for staging as well.
-    version = "4.9";
+    version = "4.12.1";
     url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
-    sha256 = "16vrzhhk0x862mfhninx5515s76j2kbjgmz7gzdigjzkzwi8x14i";
+    sha256 = "09yjfb2k14y11k19lm8dqmb8qwxyhh67d5q1gqv480y64mljvkx0";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "17v66rsxvm3grglidxxzllw4msfrgwg35hmzanvrf8x8jfzjlvv2";
+    sha256 = "1bvpvj6vcw2p6vcjm6mw5maarbs4lfw1ix3pj020w4n3kg4nmmc4";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";