mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
wine: 1.9.14 -> 1.9.16
Update wineUnstable and wineStaging
This commit is contained in:
parent
f279b253d5
commit
b81cf59bd7
@ -30,9 +30,9 @@ in rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
unstable = fetchurl rec {
|
unstable = fetchurl rec {
|
||||||
version = "1.9.14";
|
version = "1.9.16";
|
||||||
url = "mirror://sourceforge/wine/wine-${version}.tar.bz2";
|
url = "mirror://sourceforge/wine/wine-${version}.tar.bz2";
|
||||||
sha256 = "0b65j8lc2axyc7lpa5rjr7vbjz4y78gkd7hhmvhra78pmwf9dgkz";
|
sha256 = "010gjib4nhrn9j9q12v5irda8df8xp17a6v6qqskkadd79kxc871";
|
||||||
inherit (stable) mono;
|
inherit (stable) mono;
|
||||||
gecko32 = fetchurl rec {
|
gecko32 = fetchurl rec {
|
||||||
version = "2.44";
|
version = "2.44";
|
||||||
@ -48,7 +48,7 @@ in rec {
|
|||||||
|
|
||||||
staging = fetchFromGitHub rec {
|
staging = fetchFromGitHub rec {
|
||||||
inherit (unstable) version;
|
inherit (unstable) version;
|
||||||
sha256 = "0582ylrvl7racpb0il3wmbivb2d7lh6n3mymh19yw94qzgifwqrw";
|
sha256 = "0rcy0i36jxv2akczd4sfrdmlsqxmj5v0wzvqb3xl8p2mldk9i8yl";
|
||||||
owner = "wine-compholio";
|
owner = "wine-compholio";
|
||||||
repo = "wine-staging";
|
repo = "wine-staging";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user