winePackages.stable: 8.0 -> 8.0.1

https://www.winehq.org/announce/8.0.1
This commit is contained in:
Stefan Frijters 2023-04-23 13:21:03 +02:00 committed by Martino Fontana
parent 206d984884
commit a9428cb1d9

View File

@ -24,9 +24,9 @@ let fetchurl = args@{url, hash, ...}:
in rec {
stable = fetchurl rec {
version = "8.0";
version = "8.0.1";
url = "https://dl.winehq.org/wine/source/8.0/wine-${version}.tar.xz";
hash = "sha256-AnLCCTj4chrkUQr6qLNgN0V91XZh5NZkIxB5uekceS4=";
hash = "sha256-IgNfODa0+cOxlArZD5uePBvgkjQjbSqA2JMYBTXHW30=";
## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {