about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-04-27 14:53:45 +0200
committernyanloutre <paul@nyanlout.re>2019-04-27 14:53:51 +0200
commitb1ae0ef29721afb64939e9ee8c5392521e20fa29 (patch)
tree7f6a12c1b6beb291c84ce3cd3237b7c43b21c00e /pkgs/misc/emulators
parentdfd8f84aef129f1978e446b5d45ef05cd4421821 (diff)
downloadnixlib-b1ae0ef29721afb64939e9ee8c5392521e20fa29.tar
nixlib-b1ae0ef29721afb64939e9ee8c5392521e20fa29.tar.gz
nixlib-b1ae0ef29721afb64939e9ee8c5392521e20fa29.tar.bz2
nixlib-b1ae0ef29721afb64939e9ee8c5392521e20fa29.tar.lz
nixlib-b1ae0ef29721afb64939e9ee8c5392521e20fa29.tar.xz
nixlib-b1ae0ef29721afb64939e9ee8c5392521e20fa29.tar.zst
nixlib-b1ae0ef29721afb64939e9ee8c5392521e20fa29.zip
wine{unstable,staging}: 4.6 -> 4.7
Diffstat (limited to 'pkgs/misc/emulators')
-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 70fadf7683f1..d1b0632a163d 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.6";
+    version = "4.7";
     url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
-    sha256 = "1nk2nlkdklwpd0kbq8hx59gl05b5wglcla0v3892by6k4kwh341j";
+    sha256 = "1c5swx6jj0hz9w2jgyl30pdjcq9n62qp1rmqyq1d4q2a6n291jiv";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "0mripibsi1p8h2j9ngqszkcjppdxji027ss4shqwb0nypaydd9w2";
+    sha256 = "1sgyq57dyzchwnvkgx96bcx5rv821s0vidzdyz7x5711j7xmiv70";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";