wine-stable: 4.0.3 -> 5.0

This commit is contained in:
Bernardo Meurer 2020-01-21 21:58:50 -08:00
parent a6b6fe115e
commit 8db6255e7e
No known key found for this signature in database
GPG key ID: E421C74191EA186C

View file

@ -13,9 +13,9 @@ let fetchurl = args@{url, sha256, ...}:
in rec {
stable = fetchurl rec {
version = "4.0.3";
url = "https://dl.winehq.org/wine/source/4.0/wine-${version}.tar.xz";
sha256 = "1nhgw1wm613ln9dhjm0d03zs5adcmnqr2b50p21jbmm5k2gns0i5";
version = "5.0";
url = "https://dl.winehq.org/wine/source/5.0/wine-${version}.tar.xz";
sha256 = "1d0kcy338radq07hrnzcpc9lc9j2fvzjh37q673002x8d6x5058q";
## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {