winePackages.stable: 8.0.1 -> 8.0.2

This commit is contained in:
Stefan Frijters 2023-07-30 23:37:50 +02:00
parent 095cfea66a
commit 33fc2f21b9
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

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