From ee6ccf5af7a5255acc20403c502b27c21348ed33 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 4 Jun 2026 09:44:13 -0500 Subject: [PATCH] =?UTF-8?q?yaziPlugins.close-and-restore-tab:=200-unstable?= =?UTF-8?q?-2026-05-23=20=E2=86=92=200-unstable-2026-05-30?= 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/d7638aadf1f6c4ca5ed2dbff2d3b07c6f86d9804...b2153bc68696edc8e17fc90e73310e274035c674 --- .../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 8f3dfbacc298..6a5e416f436f 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-2026-05-23"; + version = "0-unstable-2026-05-30"; src = fetchFromGitHub { owner = "MasouShizuka"; repo = "close-and-restore-tab.yazi"; - rev = "d7638aadf1f6c4ca5ed2dbff2d3b07c6f86d9804"; - hash = "sha256-s9VOheYlUw7uqxZnd0+mN6lFghOi1shxf0DVIfn6unQ="; + rev = "b2153bc68696edc8e17fc90e73310e274035c674"; + hash = "sha256-3bcnXXYfmvJGxxVKEHAy3so1KRFr1oIdj01A8WIU5VM="; }; meta = {