From a041b6ce7db8dbafbc9932729ce654522b98d242 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 26 Sep 2025 12:34:10 -0500 Subject: [PATCH] =?UTF-8?q?yaziPlugins.restore:=2025.5.31-unstable-2025-08?= =?UTF-8?q?-28=20=E2=86=92=2025.5.31-unstable-2025-09-25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Austin Horstman --- pkgs/by-name/ya/yazi/plugins/restore/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/restore/default.nix b/pkgs/by-name/ya/yazi/plugins/restore/default.nix index b39852fb7001..369ad1d8a74a 100644 --- a/pkgs/by-name/ya/yazi/plugins/restore/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/restore/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "restore.yazi"; - version = "25.5.31-unstable-2025-08-28"; + version = "25.5.31-unstable-2025-09-25"; src = fetchFromGitHub { owner = "boydaihungst"; repo = "restore.yazi"; - rev = "dc40509c03f1c33f1ef008330c6694effe674082"; - hash = "sha256-Lkt1TB07UqvuTU1JdwfHBSyn7/MOdd+iJawCSrPwXhw="; + rev = "2161735f840e36974a6b4b0007c3e4184a085208"; + hash = "sha256-W3P7UhEtmv0JfcKUd+g/HBPy4ML8qgmgnOVaYKN0TSU="; }; meta = {