summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorBernardo Meurer <meurerbernardo@gmail.com>2020-01-19 23:30:40 -0800
committerBernardo Meurer <meurerbernardo@gmail.com>2020-01-20 01:21:12 -0800
commitf3410e914cb50f29c1b15beae04e59403cc9a5e3 (patch)
treef2f61fce4e9d0040a12ab5293f1e554fe4bba475 /pkgs/misc
parented1b996fef00cbce3af9935460e9fff350e2b9cf (diff)
downloadnixpkgs-f3410e914cb50f29c1b15beae04e59403cc9a5e3.tar
nixpkgs-f3410e914cb50f29c1b15beae04e59403cc9a5e3.tar.gz
nixpkgs-f3410e914cb50f29c1b15beae04e59403cc9a5e3.tar.bz2
nixpkgs-f3410e914cb50f29c1b15beae04e59403cc9a5e3.tar.lz
nixpkgs-f3410e914cb50f29c1b15beae04e59403cc9a5e3.tar.xz
nixpkgs-f3410e914cb50f29c1b15beae04e59403cc9a5e3.tar.zst
nixpkgs-f3410e914cb50f29c1b15beae04e59403cc9a5e3.zip
wine-{unstable,staging}: 5.0-rc2 -> 5.0-rc6
Diffstat (limited to 'pkgs/misc')
-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 dd97f286174..13b87ac54bc 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 = "5.0-rc2";
+    version = "5.0-rc6";
     url = "https://dl.winehq.org/wine/source/5.0/wine-${version}.tar.xz";
-    sha256 = "1dj2z7yikab0hc06hf2kafanbaa49ignghzxq5a3la5mg8ya4vd7";
+    sha256 = "1d1kv7ppqq5irx3wv2lw810ylg8wk1nddc1kwb936v5qrkkgifwc";
     inherit (stable) mono gecko32 gecko64;
   };
 
   staging = fetchFromGitHub rec {
     # https://github.com/wine-staging/wine-staging/releases
     inherit (unstable) version;
-    sha256 = "0zzlzz2nagrkq3m2v900w5j7k0vvxbdqffvsnjxxha8k6axl4z53";
+    sha256 = "193z92gpw7f421a4sa46qmp90pnbgglrlgyzfs5zpap32zmwhrqz";
     owner = "wine-staging";
     repo = "wine-staging";
     rev = "v${version}";