Merge pull request #17724 from avnik/upgrade/wine

wine: 1.9.14 -> 1.9.16
This commit is contained in:
Nikolay Amiantov 2016-08-15 00:27:18 +04:00 committed by GitHub
commit 9330472a38
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ in rec {
};
unstable = fetchurl rec {
version = "1.9.14";
version = "1.9.16";
url = "mirror://sourceforge/wine/wine-${version}.tar.bz2";
sha256 = "0b65j8lc2axyc7lpa5rjr7vbjz4y78gkd7hhmvhra78pmwf9dgkz";
sha256 = "010gjib4nhrn9j9q12v5irda8df8xp17a6v6qqskkadd79kxc871";
inherit (stable) mono;
gecko32 = fetchurl rec {
version = "2.44";
@ -48,7 +48,7 @@ in rec {
staging = fetchFromGitHub rec {
inherit (unstable) version;
sha256 = "0582ylrvl7racpb0il3wmbivb2d7lh6n3mymh19yw94qzgifwqrw";
sha256 = "0rcy0i36jxv2akczd4sfrdmlsqxmj5v0wzvqb3xl8p2mldk9i8yl";
owner = "wine-compholio";
repo = "wine-staging";
rev = "v${version}";