From 3f8e824be1fbb4a3166ade7a8641df212d73fe09 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 17 Sep 2025 22:13:38 -0500 Subject: [PATCH 1/2] =?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 = { From ca22f5ba3cd5c6549f47ae4d4963135d460a0b72 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 17 Sep 2025 22:13:50 -0500 Subject: [PATCH 2/2] =?UTF-8?q?sudo:=200-unstable-2025-02-08=20=E2=86=92?= =?UTF-8?q?=200-unstable-2025-09-17?= 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/sudo/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/sudo/default.nix b/pkgs/by-name/ya/yazi/plugins/sudo/default.nix index cdcfaa332cbd..d3d488bcdc9d 100644 --- a/pkgs/by-name/ya/yazi/plugins/sudo/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/sudo/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "sudo.yazi"; - version = "0-unstable-2025-02-08"; + version = "0-unstable-2025-09-17"; src = fetchFromGitHub { owner = "TD-Sky"; repo = "sudo.yazi"; - rev = "af70636fbcf30ef17f77c5ffcfcbf1342c554be1"; - hash = "sha256-IvTBAhZrbrNJ5nsLxr35V0ntQw89yXUdoU9ashbflYY="; + rev = "f35afcbe183c6017038f64b03fd42eef413efa33"; + hash = "sha256-pgYHKLKqtpxRDaT+FyVFuh7tBJe7lUfy2LBJMPAtSqA="; }; meta = {