wineUnstable: 2.0 -> 2.1

This commit is contained in:
Alexander V. Nikolaev 2017-02-11 16:48:58 +02:00
parent 20eac78ccb
commit 9ed445a0f7
1 changed files with 6 additions and 6 deletions

View File

@ -31,23 +31,23 @@ in rec {
}; };
unstable = fetchurl rec { unstable = fetchurl rec {
version = "2.0"; version = "2.1";
url = "https://dl.winehq.org/wine/source/2.0/wine-${version}.tar.bz2"; url = "https://dl.winehq.org/wine/source/2.x/wine-${version}.tar.xz";
sha256 = "1ik6q0h3ph3jizmp7bxhf6kcm1pzrdrn2m0yf2x86slv2aigamlp"; sha256 = "0vhykmypv8zqdma7nfwv40klwaywcslam6cmipr3vjci6vvapfdz";
inherit (stable) mono gecko32 gecko64; inherit (stable) mono gecko32 gecko64;
}; };
staging = fetchFromGitHub rec { staging = fetchFromGitHub rec {
inherit (unstable) version; inherit (unstable) version;
sha256 = "02jrdm49zlc0f357m0z65pilmg4lxh16va32ll3p4y8vr13nwawk"; sha256 = "1r3mpdyhq3nmbqgj99bgrhx202k5c046bl8fhi5hr1x0adybb9hs";
owner = "wine-compholio"; owner = "wine-compholio";
repo = "wine-staging"; repo = "wine-staging";
rev = "v${version}"; rev = "v${version}";
}; };
winetricks = fetchFromGitHub rec { winetricks = fetchFromGitHub rec {
version = "20170101"; version = "20170207";
sha256 = "0c2aam68x3nlvc6f4r6rnfw6y3a86644zb0qirwkmh3p04mpdl39"; sha256 = "1zmx041rxxawkv3ifsdjbmshp654bib75n5hll0g1f205arbahzw";
owner = "Winetricks"; owner = "Winetricks";
repo = "winetricks"; repo = "winetricks";
rev = version; rev = version;