wine-mono: 4.6.4 -> 4.7.0

This commit is contained in:
Cray Elliott 2017-07-18 12:10:29 -07:00
parent 65b1613456
commit ccf7b4b57e
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ in rec {
## see http://wiki.winehq.org/Mono ## see http://wiki.winehq.org/Mono
mono = fetchurl rec { mono = fetchurl rec {
version = "4.6.4"; version = "4.7.0";
url = "http://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}.msi"; url = "http://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}.msi";
sha256 = "0lj1rhp9s8aaxd6764mfvnyswwalafaanz80vxg3badrfy0xbdwi"; sha256 = "18d5djnsb70740xs475jg1xsjsrq6zzjv0dmjq3vi7nbv56lg63n";
}; };
}; };