yuzu-{ea,mainline}: {2432,882} -> {2557,953}

This commit is contained in:
Simon Bruder 2022-03-17 14:34:58 +01:00
parent 7d1ef336a3
commit e1432a6f48
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

@ -4,25 +4,25 @@ let
in { in {
mainline = libsForQt5.callPackage ./base.nix rec { mainline = libsForQt5.callPackage ./base.nix rec {
pname = "yuzu-mainline"; pname = "yuzu-mainline";
version = "882"; version = "953";
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 = "17j845laxnaq50icwl32yisdivwcnwa59fxdr297yxrz4hmfzhxq"; sha256 = "0p07gybyhr6flzmhz92qlrwcq7l37c2wmcxw8sbrvhj2pgaaw9ic";
fetchSubmodules = true; fetchSubmodules = true;
}; };
}; };
early-access = libsForQt5.callPackage ./base.nix rec { early-access = libsForQt5.callPackage ./base.nix rec {
pname = "yuzu-ea"; pname = "yuzu-ea";
version = "2432"; version = "2557";
branchName = branch; branchName = branch;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pineappleEA"; owner = "pineappleEA";
repo = "pineapple-src"; repo = "pineapple-src";
rev = "EA-${version}"; rev = "EA-${version}";
sha256 = "0zqab61rphgjzyxk52idhr7dqwwxih0f8b9hig3zvrwkdry9wfh4"; sha256 = "013xxgyn8y5fv0xbrm0zfl9xmi0gx4hpflrbjskg1hcvb2bjqyvj";
}; };
}; };
}.${branch} }.${branch}