wineUnstable: fix wine-mono version 6.4.0 -> 7.0.0

This commit is contained in:
Alexander Bich 2021-12-06 13:40:13 +03:00 committed by Stefan Frijters
parent 4e4b91356f
commit 078fed4305
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -51,9 +51,9 @@ in rec {
## see http://wiki.winehq.org/Mono
mono = fetchurl rec {
version = "6.4.0";
version = "7.0.0";
url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi";
sha256 = "sha256-24uF87kQWQ9hrb+gAFqZXWE+KZocxz0AVT1w3IEBDjY=";
sha256 = "sha256-s35vyeWQ5YIkPcJdcqX8wzDDp5cN/cmKeoHSOEW6iQA=";
};
patches = [