wineUnstable: 1.9.20 -> 1.9.22
Also update staging as well
This commit is contained in:
parent
ecbb932957
commit
d89c3acced
|
@ -30,9 +30,9 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
unstable = fetchurl rec {
|
unstable = fetchurl rec {
|
||||||
version = "1.9.20";
|
version = "1.9.22";
|
||||||
url = "https://dl.winehq.org/wine/source/1.9/wine-${version}.tar.bz2";
|
url = "https://dl.winehq.org/wine/source/1.9/wine-${version}.tar.bz2";
|
||||||
sha256 = "1pvrlawp079qg74q348v9p2qzlj4aqibxxwn4vqid69j883g6s97";
|
sha256 = "0hgc85d695mi1z4hyk561q2s9pblhdy6h5a23rh459y7qwd8xgx3";
|
||||||
inherit (stable) mono;
|
inherit (stable) mono;
|
||||||
gecko32 = fetchurl rec {
|
gecko32 = fetchurl rec {
|
||||||
version = "2.47";
|
version = "2.47";
|
||||||
|
@ -48,7 +48,7 @@ in rec {
|
||||||
|
|
||||||
staging = fetchFromGitHub rec {
|
staging = fetchFromGitHub rec {
|
||||||
inherit (unstable) version;
|
inherit (unstable) version;
|
||||||
sha256 = "1hk20axv0hppi5rqgslibwfjmcpjks3xa2dxi5v1y27qqhphvxpl";
|
sha256 = "1yqrxx4zaxc8khnnqfgz53apfa9mc315114psq3kvai01lz4a7p8";
|
||||||
owner = "wine-compholio";
|
owner = "wine-compholio";
|
||||||
repo = "wine-staging";
|
repo = "wine-staging";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
Loading…
Reference in New Issue