yuzu-mainline: 844 -> 882

This commit is contained in:
Simon Bruder 2022-01-15 10:22:27 +01:00
parent b47203b28f
commit ea244615ca
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

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