From c8798123df2c6833978dbdf6cc427b19f1fc2959 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 6 Jul 2026 12:20:33 -0500 Subject: [PATCH] =?UTF-8?q?yaziPlugins.chmod:=200-unstable-2026-02-27=20?= =?UTF-8?q?=E2=86=92=200-unstable-2026-07-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compare: https://github.com/yazi-rs/plugins/compare/0897e20d41b79a5ec8e80e645b041bb950547a0b...65559fd3edc33cb0fd24ec92874c763fa5f68e3e --- pkgs/by-name/ya/yazi/plugins/chmod/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/chmod/default.nix b/pkgs/by-name/ya/yazi/plugins/chmod/default.nix index 9ad1462cdbc8..a3a10a9237e8 100644 --- a/pkgs/by-name/ya/yazi/plugins/chmod/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/chmod/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "chmod.yazi"; - version = "0-unstable-2026-02-27"; + version = "0-unstable-2026-07-01"; src = fetchFromGitHub { owner = "yazi-rs"; repo = "plugins"; - rev = "0897e20d41b79a5ec8e80e645b041bb950547a0b"; - hash = "sha256-tHOHWFH9E7aGrmHb8bUD1sLGU0OIdTjQ2p4SbJVfh/s="; + rev = "65559fd3edc33cb0fd24ec92874c763fa5f68e3e"; + hash = "sha256-SLfwFGOcmlZIUqlSSMk7dEEUZQbKqPMidknS3vtFzPo="; }; meta = {