From 946fd06af27bbe8ec63aef4dcc848327edcb55f0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 23 Apr 2025 04:14:51 +0000 Subject: [PATCH] yaziPlugins.relative-motions: 25.2.7-unstable-2025-04-07 -> 25.4.8-unstable-2025-04-16 --- pkgs/by-name/ya/yazi/plugins/relative-motions/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ya/yazi/plugins/relative-motions/default.nix b/pkgs/by-name/ya/yazi/plugins/relative-motions/default.nix index f215b9c0b7f3..c899450c6974 100644 --- a/pkgs/by-name/ya/yazi/plugins/relative-motions/default.nix +++ b/pkgs/by-name/ya/yazi/plugins/relative-motions/default.nix @@ -5,13 +5,13 @@ }: mkYaziPlugin { pname = "relative-motions.yazi"; - version = "25.2.7-unstable-2025-04-07"; + version = "25.4.8-unstable-2025-04-16"; src = fetchFromGitHub { owner = "dedukun"; repo = "relative-motions.yazi"; - rev = "61ae7950daeea3e1d960aa777b7a07cde4539b29"; - hash = "sha256-L5B5X762rBoxgKrUi0uRLDmAOJ/jPALc2bP9MYLiGYw="; + rev = "ce2e890227269cc15cdc71d23b35a58fae6d2c27"; + hash = "sha256-Ijz1wYt+L+24Fb/rzHcDR8JBv84z2UxdCIPqTdzbD14="; }; meta = {