wineStable: 6.0.1 -> 6.0.2

This commit is contained in:
Stefan Frijters 2021-11-05 23:42:41 +01:00
parent 1d26590ed3
commit 37b7250f3e
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 = "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 {