summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-01-11 17:06:55 -0500
committerGitHub <noreply@github.com>2020-01-11 17:06:55 -0500
commitaafb982e032d050b6b6c1c4fff7c336f9492f999 (patch)
tree77ce4d9feb495c1b3d99dbbf8bfab12da2f738c7
parentsidequest: 0.7.6 -> 0.8.4 (diff)
parentwineUnstable: 5.0-rc1 -> 5.0-rc2 (diff)
downloadnixpkgs-aafb982e032d050b6b6c1c4fff7c336f9492f999.tar.gz
Merge pull request #75438 from avnik/wine-update
wine: 4.0.2 -> 4.0.3, 4.17 -> 4.21
-rw-r--r--pkgs/misc/emulators/wine/sources.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix
index af71e8fdc73d..ca82935b7675 100644
--- a/pkgs/misc/emulators/wine/sources.nix
+++ b/pkgs/misc/emulators/wine/sources.nix
@@ -13,9 +13,9 @@ let fetchurl = args@{url, sha256, ...}:
in rec {
stable = fetchurl rec {
- version = "4.0.2";
+ version = "4.0.3";
url = "https://dl.winehq.org/wine/source/4.0/wine-${version}.tar.xz";
- sha256 = "0x5x9pvhryzhq1m7i8gx5wwwj341zz05zymadlhfw5w45xlm0h4r";
+ sha256 = "1nhgw1wm613ln9dhjm0d03zs5adcmnqr2b50p21jbmm5k2gns0i5";
## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {
@@ -39,16 +39,16 @@ in rec {
unstable = fetchurl rec {
# NOTE: Don't forget to change the SHA256 for staging as well.
- version = "4.17";
- url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
- sha256 = "1bmj4l84q29h4km5ab5zzypns3mpf7pizybcpab6jj47cr1s303l";
+ version = "5.0-rc2";
+ url = "https://dl.winehq.org/wine/source/5.0/wine-${version}.tar.xz";
+ sha256 = "1dj2z7yikab0hc06hf2kafanbaa49ignghzxq5a3la5mg8ya4vd7";
inherit (stable) mono gecko32 gecko64;
};
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
- sha256 = "0cb0w6jwqs70854g1ixfj8r53raln0spyy1l96qv72ymbhzc353h";
+ sha256 = "0zzlzz2nagrkq3m2v900w5j7k0vvxbdqffvsnjxxha8k6axl4z53";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";