Merge pull request #144844 from SFrijters/wine-6.0.2

This commit is contained in:
Sandro 2021-11-26 13:29:59 +01:00 committed by GitHub
commit 9feb622427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,9 @@ let fetchurl = args@{url, sha256, ...}:
in rec {
stable = fetchurl rec {
version = "6.0.1";
version = "6.0.2";
url = "https://dl.winehq.org/wine/source/6.0/wine-${version}.tar.xz";
sha256 = "sha256-Ogmh7Jyh6h1PcpWY14JxeXP09kRYZn+7dX0SLzoB2ko=";
sha256 = "sha256-3+PFiseFwHIg4o8VtiKZ12wk0lametm//Yrvpns9u3A=";
## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {