about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-15 18:51:55 +0300
committerK900 <me@0upti.me>2024-02-15 18:51:55 +0300
commitd91b5f4c16567a8384121ac3cd278194bee531dc (patch)
treed2cf574de8883a9081f276a4e0df8cf637884922 /pkgs/applications/emulators
parent8e299f950a46707a10a1152ff34c13d3691800a8 (diff)
downloadnixlib-d91b5f4c16567a8384121ac3cd278194bee531dc.tar
nixlib-d91b5f4c16567a8384121ac3cd278194bee531dc.tar.gz
nixlib-d91b5f4c16567a8384121ac3cd278194bee531dc.tar.bz2
nixlib-d91b5f4c16567a8384121ac3cd278194bee531dc.tar.lz
nixlib-d91b5f4c16567a8384121ac3cd278194bee531dc.tar.xz
nixlib-d91b5f4c16567a8384121ac3cd278194bee531dc.tar.zst
nixlib-d91b5f4c16567a8384121ac3cd278194bee531dc.zip
yuzuPackages.compat-list: unstable-2024-02-04 -> unstable-2024-02-14
Diffstat (limited to 'pkgs/applications/emulators')
-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 ee2eaa1b104c..30ff4aded401 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-02-04";
+  version = "unstable-2024-02-14";
 
   src = fetchFromGitHub {
     owner = "flathub";
     repo = "org.yuzu_emu.yuzu";
-    rev = "963c657c2f852d96b5f203fbb6fafe6c56197ac9";
-    hash = "sha256-TNvAonMoGpJXjrkBFrBlYoTlwdPEMwiF/YhsOTYEB4k=";
+    rev = "8ef2f834b7437101d855f49f719474613c6fdfda";
+    hash = "sha256-RGEx7xediERrBW7vFwmecE3tLCo81zhOIVMnWG+XVd8=";
   };
 
   buildCommand = ''