From 4c4340c8b0bb2bad1812288fc421b9feb1bbfa9d Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 19 Jun 2026 16:13:31 -0500 Subject: [PATCH 1/2] =?UTF-8?q?yaziPlugins.piper:=200-unstable-2026-05-26?= =?UTF-8?q?=20=E2=86=92=200-unstable-2026-06-19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compare: https://github.com/yazi-rs/plugins/compare/c2c16c83dd6c754c38893030848a162bb2422ca2...b9946d996226c9e47d5cd64a9452d7d4a3549ac7 --- pkgs/by-name/ya/yazi/plugins/piper/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/piper/default.nix b/pkgs/by-name/ya/yazi/plugins/piper/default.nix index f4e77204ab07..46bfeb9da643 100644 --- a/pkgs/by-name/ya/yazi/plugins/piper/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/piper/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "piper.yazi"; - version = "0-unstable-2026-05-26"; + version = "0-unstable-2026-06-19"; src = fetchFromGitHub { owner = "yazi-rs"; repo = "plugins"; - rev = "c2c16c83dd6c754c38893030848a162bb2422ca2"; - hash = "sha256-BdisAHsLHNqtuDu8rtBZZaqiTeL60pQOWKsRct35VZM="; + rev = "b9946d996226c9e47d5cd64a9452d7d4a3549ac7"; + hash = "sha256-auk/47dNcYjrIW7B92Odjvl/6nHP8QIC5tY3BlauQ3U="; }; meta = { From a546e2812194a7ebb0e5a3ee4675933c8f608014 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 19 Jun 2026 16:14:17 -0500 Subject: [PATCH 2/2] =?UTF-8?q?yaziPlugins.vcs-files:=200-unstable-2026-04?= =?UTF-8?q?-10=20=E2=86=92=200-unstable-2026-06-18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compare: https://github.com/yazi-rs/plugins/compare/babfd0f6144aedcc7af11852ce962b989d052898...ae1335e11fe062661fb1a9d89644151d38f2d052 --- pkgs/by-name/ya/yazi/plugins/vcs-files/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/vcs-files/default.nix b/pkgs/by-name/ya/yazi/plugins/vcs-files/default.nix index 9660b8ae78cf..a5efd5c9b620 100644 --- a/pkgs/by-name/ya/yazi/plugins/vcs-files/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/vcs-files/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "vcs-files.yazi"; - version = "0-unstable-2026-04-10"; + version = "0-unstable-2026-06-18"; src = fetchFromGitHub { owner = "yazi-rs"; repo = "plugins"; - rev = "babfd0f6144aedcc7af11852ce962b989d052898"; - hash = "sha256-y/UnRuZ2QytCdtGhxkbVvaGXglpqwufaUddXOzs7fzo="; + rev = "ae1335e11fe062661fb1a9d89644151d38f2d052"; + hash = "sha256-KlwpFOfe+TXozd4yP+dXFO787pyg5+LBwAps6w1g9WI="; }; meta = {