Merge pull request #150257 from Elinvention/master
yuzu-mainline: 788 -> 844
This commit is contained in:
commit
f819ed84a3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue