From d91b5f4c16567a8384121ac3cd278194bee531dc Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 15 Feb 2024 18:51:55 +0300 Subject: [PATCH 1/3] yuzuPackages.compat-list: unstable-2024-02-04 -> unstable-2024-02-14 --- pkgs/applications/emulators/yuzu/compat-list.nix | 6 +++--- 1 file 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 = '' From dd1d6ba4c395aa3a0bd5295024436f17da8c79e7 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 15 Feb 2024 19:34:50 +0300 Subject: [PATCH 2/3] yuzuPackages.mainline: 1704 -> 1715 Changelog: https://yuzu-emu.org/entry --- pkgs/applications/emulators/yuzu/mainline.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/yuzu/mainline.nix b/pkgs/applications/emulators/yuzu/mainline.nix index d8fe6311076f..b2fe6edb41aa 100644 --- a/pkgs/applications/emulators/yuzu/mainline.nix +++ b/pkgs/applications/emulators/yuzu/mainline.nix @@ -36,13 +36,13 @@ }: stdenv.mkDerivation(finalAttrs: { pname = "yuzu"; - version = "1704"; + version = "1715"; src = fetchFromGitHub { owner = "yuzu-emu"; repo = "yuzu-mainline"; rev = "mainline-0-${finalAttrs.version}"; - hash = "sha256-8vIwWahl5JmFlOfMRuec1LiYz4F6mPEH4+p2e1IRBdU="; + hash = "sha256-ctmySxBLI/1/0ekvqOq+FsWq73iHa/awARtCgZ/ztXs="; fetchSubmodules = true; }; From 592778c4b0b88ee9e474c4c8e778a2769ec8504b Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 15 Feb 2024 19:45:11 +0300 Subject: [PATCH 3/3] yuzuPackages.early-access: 4115 -> 4141 Changelog: https://yuzu-emu.org/entry --- pkgs/applications/emulators/yuzu/early-access/sources.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/emulators/yuzu/early-access/sources.nix b/pkgs/applications/emulators/yuzu/early-access/sources.nix index 227e728a184d..9e057a44baf5 100644 --- a/pkgs/applications/emulators/yuzu/early-access/sources.nix +++ b/pkgs/applications/emulators/yuzu/early-access/sources.nix @@ -1,7 +1,7 @@ # Generated by ./update.sh - do not update manually! -# Last updated: 2024-02-05 +# Last updated: 2024-02-15 { - version = "4115"; - distHash = "sha256:16dfqlgz7lw909jqa505d69kx9jm0l3hxrfikkqpnvfr2fywkfng"; - fullHash = "sha256:1506435pbpb1m8i6qz717wxbinxqbs6c8pq6ymw5zs9dnfh765ms"; + version = "4141"; + distHash = "sha256:0iy2q12fsnkl485ml6s6lh9j5qvwa7v3y2iy2vlps7rygdiaqxc2"; + fullHash = "sha256:0980s2sxwqblyq936j0s7xz49xkfq1zzk50l5qlm5md5x64amf6r"; }