Merge pull request #150257 from Elinvention/master

yuzu-mainline: 788 -> 844
This commit is contained in:
Jörg Thalheim 2021-12-11 15:22:44 +00:00 committed by GitHub
commit f819ed84a3
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 = "788"; version = "844";
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 = "0vgj1jvbc1ylrzvbl7njdwpajhmp8l39i2k6hgh4az34ry4iaayy"; sha256 = "0vr1pqackvcb1sppfaqsibkm1agpdlg70lqfl5gcizkq9668gr12";
fetchSubmodules = true; fetchSubmodules = true;
}; };
}; };