From e8d5966492fa3211fd6545bc62d47680cbab4ef3 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 24 May 2026 12:12:31 -0500 Subject: [PATCH] =?UTF-8?q?yaziPlugins.close-and-restore-tab:=200-unstable?= =?UTF-8?q?-2025-05-29=20=E2=86=92=200-unstable-2026-05-23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compare: https://github.com/MasouShizuka/close-and-restore-tab.yazi/compare/5047217e59f9c2f4aa5ae15baa92df7b3f724e67...d7638aadf1f6c4ca5ed2dbff2d3b07c6f86d9804 --- .../ya/yazi/plugins/close-and-restore-tab/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/close-and-restore-tab/default.nix b/pkgs/by-name/ya/yazi/plugins/close-and-restore-tab/default.nix index 97551e90107d..8f3dfbacc298 100644 --- a/pkgs/by-name/ya/yazi/plugins/close-and-restore-tab/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/close-and-restore-tab/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "close-and-restore-tab.yazi"; - version = "0-unstable-2025-05-29"; + version = "0-unstable-2026-05-23"; src = fetchFromGitHub { owner = "MasouShizuka"; repo = "close-and-restore-tab.yazi"; - rev = "5047217e59f9c2f4aa5ae15baa92df7b3f724e67"; - hash = "sha256-bsx6HVdB2CcKXQG+tGxY2T8Ys8TluIe6xWHhOhv4L4I="; + rev = "d7638aadf1f6c4ca5ed2dbff2d3b07c6f86d9804"; + hash = "sha256-s9VOheYlUw7uqxZnd0+mN6lFghOi1shxf0DVIfn6unQ="; }; meta = {