wineStable: 5.0 -> 5.0.2

This commit is contained in:
Stefan Frijters 2020-09-28 12:47:53 +02:00
parent ae94ce8ee3
commit 156cbeb6e2
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

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