From 3f8e824be1fbb4a3166ade7a8641df212d73fe09 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 17 Sep 2025 22:13:38 -0500 Subject: [PATCH] =?UTF-8?q?recycle-bin:=200-unstable-2025-09-15=20?= =?UTF-8?q?=E2=86=92=200-unstable-2025-09-16?= 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/recycle-bin/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix b/pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix index 765a053fbf16..c621c86acd4f 100644 --- a/pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "recycle-bin.yazi"; - version = "0-unstable-2025-09-15"; + version = "0-unstable-2025-09-16"; src = fetchFromGitHub { owner = "uhs-robert"; repo = "recycle-bin.yazi"; - rev = "2bd3c588adee5388afe08faea59e8e5437f5adb6"; - hash = "sha256-hc3K8WUWeptLloDYsZzZfKJyk5J6iyVjuijnUe1fUCM="; + rev = "03f6c4a3085c218a0909671dcc2014558fff18a7"; + hash = "sha256-M33RjtFQhnh9pIFKQKrsvZuWZNbe0lfepDKFsAuaYC4="; }; meta = {