summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Bruder <simon@sbruder.de>2022-09-11 12:15:42 +0200
committerSimon Bruder <simon@sbruder.de>2022-09-11 12:15:42 +0200
commit241ce7a66c0fdb05aad0b8cdd48ad835f831408c (patch)
tree8305f6318e4e2968caaff0430a9be38aa6f921c9
parentb87bcf2042db7409fe1e384a2b9f9ca5b42534be (diff)
yuzu-{ea,mainline}: {2907,1137} -> {2946,1162}
-rw-r--r--pkgs/applications/emulators/yuzu/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/yuzu/default.nix b/pkgs/applications/emulators/yuzu/default.nix
index b4441cddfd8f..7650ebad343d 100644
--- a/pkgs/applications/emulators/yuzu/default.nix
+++ b/pkgs/applications/emulators/yuzu/default.nix
@@ -15,13 +15,13 @@ let
in {
mainline = libsForQt5.callPackage ./generic.nix rec {
pname = "yuzu-mainline";
- version = "1137";
+ version = "1162";
src = fetchFromGitHub {
owner = "yuzu-emu";
repo = "yuzu-mainline";
rev = "mainline-0-${version}";
- sha256 = "sha256-DLU5hmjTnlpRQ6sbcU7as/KeI9dDJAFUzVLciql5niE=";
+ sha256 = "sha256-1UNgB/3l6RN0OLRrmXqzwcEUgXlWGSE7PvHbZ8YSDro=";
fetchSubmodules = true;
};
@@ -30,13 +30,13 @@ in {
early-access = libsForQt5.callPackage ./generic.nix rec {
pname = "yuzu-ea";
- version = "2907";
+ version = "2945";
src = fetchFromGitHub {
owner = "pineappleEA";
repo = "pineapple-src";
rev = "EA-${version}";
- sha256 = "sha256-spPW2/qeVyd1P1/Z2lcuA69igS3xV4KtcJ59yf9X4JI=";
+ sha256 = "sha256-/051EtQxhB5oKH/JxZZ2AjnxOBcRxCBIwd4Qr8lq7Ok=";
fetchSubmodules = true;
};