summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/yuzu/compat-list.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/yuzu/compat-list.nix')
-rw-r--r--pkgs/applications/emulators/yuzu/compat-list.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/yuzu/compat-list.nix b/pkgs/applications/emulators/yuzu/compat-list.nix
index 8b285d825558..ee2eaa1b104c 100644
--- a/pkgs/applications/emulators/yuzu/compat-list.nix
+++ b/pkgs/applications/emulators/yuzu/compat-list.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, unstableGitUpdater }:
stdenv.mkDerivation {
pname = "yuzu-compatibility-list";
- version = "unstable-2024-01-30";
+ version = "unstable-2024-02-04";
src = fetchFromGitHub {
owner = "flathub";
repo = "org.yuzu_emu.yuzu";
- rev = "82194fa23ec35545ade47cc3dc2035b2b07badcb";
- hash = "sha256-LsQZml8I43fZDFACtVZpc76/62Pv11Z6bm8w/9hTHdI=";
+ rev = "963c657c2f852d96b5f203fbb6fafe6c56197ac9";
+ hash = "sha256-TNvAonMoGpJXjrkBFrBlYoTlwdPEMwiF/YhsOTYEB4k=";
};
buildCommand = ''