wineStable: 6.0 -> 6.0.1

This commit is contained in:
Stefan Frijters 2021-06-12 18:27:07 +02:00
parent bbfe4e6a5e
commit c5a98fd73c
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";
version = "6.0.1";
url = "https://dl.winehq.org/wine/source/6.0/wine-${version}.tar.xz";
sha256 = "sha256-tJMGXy+D7kKcYuLsWGmKPPY+94ci4bIHZYIxUuhYLFY=";
sha256 = "sha256-Ogmh7Jyh6h1PcpWY14JxeXP09kRYZn+7dX0SLzoB2ko=";
## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {