wineStable: 7.0 -> 7.0.1

https://www.winehq.org/announce/7.0.1
This commit is contained in:
Stefan Frijters 2022-11-15 14:06:57 +01:00
parent 3f5e89e646
commit 2f6c22496a
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -15,9 +15,9 @@ let fetchurl = args@{url, sha256, ...}:
in rec {
stable = fetchurl rec {
version = "7.0";
version = "7.0.1";
url = "https://dl.winehq.org/wine/source/7.0/wine-${version}.tar.xz";
sha256 = "sha256-W0PifVwIXLGPlzlORhgDENXu98HZHGiVQyo4ibLeCGs=";
sha256 = "sha256-gHyqeBIbFiUPJA0oKKB8pOPGCXOeVSTvD0z4muSagWw=";
## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {