yuzu-mainline: 1014 -> 1088

This does not update yuzu-ea, since it currently does not build because
of https://github.com/yuzu-emu/yuzu/pull/8508#issuecomment-1178789727.
This commit is contained in:
Simon Bruder 2022-07-14 11:33:06 +02:00
parent 294bba4d99
commit dccd4d7912
No known key found for this signature in database
GPG Key ID: 8D3C82F9F309F8EC

View File

@ -15,13 +15,13 @@ let
in {
mainline = libsForQt5.callPackage ./generic.nix rec {
pname = "yuzu-mainline";
version = "1014";
version = "1088";
src = fetchFromGitHub {
owner = "yuzu-emu";
repo = "yuzu-mainline";
rev = "mainline-0-${version}";
sha256 = "1x3d1fjssadv4kybc6mk153jlvncsfgm5aipkq5n5i8sr7mmr3nw";
sha256 = "0kjiynv1fwc14w7382qgzayz5j9n2rnzbpbq49zgcywc4wwcxzs2";
fetchSubmodules = true;
};