Merge pull request #164597 from sbruder/update-yuzu/ea-2557

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

authored by Ivv and committed by GitHub 857e2fe4 2c6ad38a

+4 -4
+4 -4
pkgs/applications/emulators/yuzu/default.nix
··· 4 in { 5 mainline = libsForQt5.callPackage ./base.nix rec { 6 pname = "yuzu-mainline"; 7 - version = "882"; 8 branchName = branch; 9 src = fetchFromGitHub { 10 owner = "yuzu-emu"; 11 repo = "yuzu-mainline"; 12 rev = "mainline-0-${version}"; 13 - sha256 = "17j845laxnaq50icwl32yisdivwcnwa59fxdr297yxrz4hmfzhxq"; 14 fetchSubmodules = true; 15 }; 16 }; 17 early-access = libsForQt5.callPackage ./base.nix rec { 18 pname = "yuzu-ea"; 19 - version = "2432"; 20 branchName = branch; 21 src = fetchFromGitHub { 22 owner = "pineappleEA"; 23 repo = "pineapple-src"; 24 rev = "EA-${version}"; 25 - sha256 = "0zqab61rphgjzyxk52idhr7dqwwxih0f8b9hig3zvrwkdry9wfh4"; 26 }; 27 }; 28 }.${branch}
··· 4 in { 5 mainline = libsForQt5.callPackage ./base.nix rec { 6 pname = "yuzu-mainline"; 7 + version = "953"; 8 branchName = branch; 9 src = fetchFromGitHub { 10 owner = "yuzu-emu"; 11 repo = "yuzu-mainline"; 12 rev = "mainline-0-${version}"; 13 + sha256 = "0p07gybyhr6flzmhz92qlrwcq7l37c2wmcxw8sbrvhj2pgaaw9ic"; 14 fetchSubmodules = true; 15 }; 16 }; 17 early-access = libsForQt5.callPackage ./base.nix rec { 18 pname = "yuzu-ea"; 19 + version = "2557"; 20 branchName = branch; 21 src = fetchFromGitHub { 22 owner = "pineappleEA"; 23 repo = "pineapple-src"; 24 rev = "EA-${version}"; 25 + sha256 = "013xxgyn8y5fv0xbrm0zfl9xmi0gx4hpflrbjskg1hcvb2bjqyvj"; 26 }; 27 }; 28 }.${branch}