From bf4e7a44b9172ffc69a04fa9fef7d607ca8fe820 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 30 May 2025 11:37:56 -0500 Subject: [PATCH] yaziPlugins.miller: 0-unstable-2024-08-28 -> 0-unstable-2025-04-17 Signed-off-by: Austin Horstman --- pkgs/by-name/ya/yazi/plugins/miller/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/miller/default.nix b/pkgs/by-name/ya/yazi/plugins/miller/default.nix index 9f2ff752c3df..3e4439d5475a 100644 --- a/pkgs/by-name/ya/yazi/plugins/miller/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/miller/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "miller.yazi"; - version = "0-unstable-2024-08-28"; + version = "0-unstable-2025-04-17"; src = fetchFromGitHub { owner = "Reledia"; repo = "miller.yazi"; - rev = "40e02654725a9902b689114537626207cbf23436"; - hash = "sha256-GXZZ/vI52rSw573hoMmspnuzFoBXDLcA0fqjF76CdnY="; + rev = "0a3d1316e38132ae9a6b91fbd69bab295cbbf2fe"; + hash = "sha256-pZpx7V5ud5JhEkgkfVBSuM0CFIIUXZZ+pOX0xVlHf+0="; }; meta = {