summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/yuzu
diff options
context:
space:
mode:
authorAmneesh Singh <natto@weirdnatto.in>2022-11-22 17:52:03 +0530
committerAmneesh Singh <natto@weirdnatto.in>2022-11-22 17:52:03 +0530
commit98cd1161b0ac02cb490904315470d4036c51f914 (patch)
treeee3625623c76d519f676f03437f087af183c1f91 /pkgs/applications/emulators/yuzu
parentb2444828a1a6682a3976d8ab9758b26bca9a7592 (diff)
yuzu-mainline: 1162 -> 1245
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
Diffstat (limited to 'pkgs/applications/emulators/yuzu')
-rw-r--r--pkgs/applications/emulators/yuzu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/yuzu/default.nix b/pkgs/applications/emulators/yuzu/default.nix
index 7650ebad343d..8dae647b89d6 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 = "1162";
+ version = "1245";
src = fetchFromGitHub {
owner = "yuzu-emu";
repo = "yuzu-mainline";
rev = "mainline-0-${version}";
- sha256 = "sha256-1UNgB/3l6RN0OLRrmXqzwcEUgXlWGSE7PvHbZ8YSDro=";
+ sha256 = "sha256-lWXlY1KQC067MvCRUFhmr0c7KDrHDuwJOhIWMKw1f+A=";
fetchSubmodules = true;
};