Merge pull request #155091 from sbruder/update-yuzu

yuzu-mainline: 844 -> 882
This commit is contained in:
Ivv 2022-01-20 22:30:42 +01:00 committed by GitHub
commit b2ad983a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@ let
in { in {
mainline = libsForQt5.callPackage ./base.nix rec { mainline = libsForQt5.callPackage ./base.nix rec {
pname = "yuzu-mainline"; pname = "yuzu-mainline";
version = "844"; version = "882";
branchName = branch; branchName = branch;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yuzu-emu"; owner = "yuzu-emu";
repo = "yuzu-mainline"; repo = "yuzu-mainline";
rev = "mainline-0-${version}"; rev = "mainline-0-${version}";
sha256 = "0vr1pqackvcb1sppfaqsibkm1agpdlg70lqfl5gcizkq9668gr12"; sha256 = "17j845laxnaq50icwl32yisdivwcnwa59fxdr297yxrz4hmfzhxq";
fetchSubmodules = true; fetchSubmodules = true;
}; };
}; };