wine-mono: 4.8.3 -> 4.9.0
This commit is contained in:
parent
b647c76929
commit
8a83fb70d0
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ in rec {
|
|||
|
||||
## see http://wiki.winehq.org/Mono
|
||||
mono = fetchurl rec {
|
||||
version = "4.8.3";
|
||||
version = "4.9.0";
|
||||
url = "http://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}.msi";
|
||||
sha256 = "0xhavcjwwr21am3bxp2cxlvykwasw8y4g8p470j5fg7skc0izynn";
|
||||
sha256 = "04y7w57cgay74227qci1bjbzwvclkawwljqvgd7a5yhhdz7cfblf";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue