mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
wine-mono: 4.8.2 -> 4.8.3
This commit is contained in:
parent
b1ae0ef297
commit
3dc4e55ffc
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.2";
|
||||
version = "4.8.3";
|
||||
url = "http://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}.msi";
|
||||
sha256 = "1hvwhqdb11j9yzhhw86fjhj9bawg76zrh0wnx658pn5xghhk2jhy";
|
||||
sha256 = "0xhavcjwwr21am3bxp2cxlvykwasw8y4g8p470j5fg7skc0izynn";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue