wineUnstable: 5.15 -> 5.16

This commit is contained in:
Alexander V. Nikolaev 2020-08-30 20:08:26 +03:00 committed by Dmitry Kalinkin
parent 1b197ce0d1
commit e049f91e10

View File

@ -39,16 +39,16 @@ in rec {
unstable = fetchurl rec {
# NOTE: Don't forget to change the SHA256 for staging as well.
version = "5.15";
version = "5.16";
url = "https://dl.winehq.org/wine/source/5.x/wine-${version}.tar.xz";
sha256 = "0589cxy2y0djz5awxsydvkigb4ajhwmmjahvvgnzsnvpsky7q9iz";
sha256 = "0j9268s1dy4cjvhcf4igbg54gaws4a1l3pda449qy2p2i4psdncq";
inherit (stable) mono gecko32 gecko64;
};
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
sha256 = "0y05vk3qw0yharqv357w4ffxfxbpwakbvyhlwsgrnlyzxq41zqb6";
sha256 = "1rrw15mrygv9zcbqz0c3s7q7971wqj89ys2bvvm4b0d2h4j0k6wq";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";