diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-11-30 06:29:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-30 06:29:50 -0500 |
| commit | 9260177a3a62fab085460b0b0f34272cd3b82fc0 (patch) | |
| tree | 3dfa3b9d6dbed73129a193703121b722e1ffa39b | |
| parent | Merge pull request #203711 from NixOS/backport-203430-to-release-22.11 (diff) | |
| parent | yuzu-mainline: 1162 -> 1245 (diff) | |
| download | nixpkgs-9260177a3a62fab085460b0b0f34272cd3b82fc0.tar.gz | |
Merge pull request #203699 from NixOS/backport-202342-to-release-22.11
[Backport release-22.11] yuzu-mainline: 1162 -> 1245
| -rw-r--r-- | pkgs/applications/emulators/yuzu/default.nix | 4 |
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; }; |
