wineUnstable: 5.14 -> 5.15
This commit is contained in:
parent
35e113ecc7
commit
1b197ce0d1
@ -39,22 +39,22 @@ in rec {
|
|||||||
|
|
||||||
unstable = fetchurl rec {
|
unstable = fetchurl rec {
|
||||||
# NOTE: Don't forget to change the SHA256 for staging as well.
|
# NOTE: Don't forget to change the SHA256 for staging as well.
|
||||||
version = "5.14";
|
version = "5.15";
|
||||||
url = "https://dl.winehq.org/wine/source/5.x/wine-${version}.tar.xz";
|
url = "https://dl.winehq.org/wine/source/5.x/wine-${version}.tar.xz";
|
||||||
sha256 = "1vy9gyvf05vkysgvp4kq4qd116nvif69di55x3dnf3p96wsn2hpl";
|
sha256 = "0589cxy2y0djz5awxsydvkigb4ajhwmmjahvvgnzsnvpsky7q9iz";
|
||||||
inherit (stable) mono gecko32 gecko64;
|
inherit (stable) mono gecko32 gecko64;
|
||||||
};
|
};
|
||||||
|
|
||||||
staging = fetchFromGitHub rec {
|
staging = fetchFromGitHub rec {
|
||||||
# https://github.com/wine-staging/wine-staging/releases
|
# https://github.com/wine-staging/wine-staging/releases
|
||||||
inherit (unstable) version;
|
inherit (unstable) version;
|
||||||
sha256 = "0cvsasnidbg77dc2vjrw708rpy2jqdir9imqjcjppa4h1k8a2wcs";
|
sha256 = "0y05vk3qw0yharqv357w4ffxfxbpwakbvyhlwsgrnlyzxq41zqb6";
|
||||||
owner = "wine-staging";
|
owner = "wine-staging";
|
||||||
repo = "wine-staging";
|
repo = "wine-staging";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
# Just keep list empty, if current release haven't broken patchsets
|
# Just keep list empty, if current release haven't broken patchsets
|
||||||
disabledPatchsets = [ "xactengine-initial" ];
|
disabledPatchsets = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
winetricks = fetchFromGitHub rec {
|
winetricks = fetchFromGitHub rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user