about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-10 10:46:13 +0300
committerK900 <me@0upti.me>2024-01-10 10:46:13 +0300
commitb042a60acbe934a5446ee4c3c6361d3ddd01ac12 (patch)
tree6bd14fdeb13498008e9925360eb83681ac019caf /pkgs/applications
parent1892682ab5a5afc665f8e005bfc8ad52e1b2a49d (diff)
yuzuPackages.compat-list: unstable-2023-12-28 -> unstable-2024-01-08
Diffstat (limited to 'pkgs/applications')
-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 431a2e5197e32..4b8d531163909 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-2023-12-28";
+  version = "unstable-2024-01-08";
 
   src = fetchFromGitHub {
     owner = "flathub";
     repo = "org.yuzu_emu.yuzu";
-    rev = "0b9bf10851d6ad54441dc4f687d5755ed2c6f7a8";
-    hash = "sha256-oWEeAhyxFO1TFH3d+/ivRf1KnNUU8y5c/7NtOzlpKXg=";
+    rev = "0f5500f50e2a5ac7e40e6f5f8aeb160d46348828";
+    hash = "sha256-0JHl7myoa3MlfucmbKB5tubJ6sQ2IlTIL3i2yveOvaU=";
   };
 
   buildCommand = ''