summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2019-12-10 00:16:32 +0200
committerAlexander V. Nikolaev <avn@avnik.info>2019-12-10 12:15:09 +0200
commit9452c65ce0973b2c0a53e038e9bd9fc7ab142cc5 (patch)
tree8f391b1ce23d3925b43571f46f77cc42addac668
parentMerge pull request #75306 from r-ryantm/auto-update/oclgrind (diff)
downloadnixpkgs-9452c65ce0973b2c0a53e038e9bd9fc7ab142cc5.tar.gz
wine: 4.0.2 -> 4.0.3, 4.17 -> 4.21
-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 af71e8fdc73d..d20044d2937d 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";
+ version = "4.21";
url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
- sha256 = "1bmj4l84q29h4km5ab5zzypns3mpf7pizybcpab6jj47cr1s303l";
+ sha256 = "1l2afi29pn43q25m852mdfy6c0xzn500fgr97prkb605f15f2k1j";
inherit (stable) mono gecko32 gecko64;
};
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
- sha256 = "0cb0w6jwqs70854g1ixfj8r53raln0spyy1l96qv72ymbhzc353h";
+ sha256 = "1wn3d20s13pip8375sfr03x0gbyj8fkicn2p96n7rmfk71axdj05";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";