yaziPlugins: update on 2026-04-08

- restore: 25.5.31-unstable-2026-01-06 → 25.5.31-unstable-2026-04-04
  Compare: https://github.com/boydaihungst/restore.yazi/compare/4eda0bf047f014622348390d8db0e2e1b6d036f0...0e0870460b9b74c5ae98b7f96c7c26a9a274ce6d
- wl-clipboard: 0-unstable-2025-08-30 → 0-unstable-2026-04-07
  Compare: https://github.com/grappas/wl-clipboard.yazi/compare/e9a38e47d07549968019702bdafdc4ed07151b7d...8cc55242dbbc0b60fde27ab0d17bf11d91a14e14
This commit is contained in:
Austin Horstman
2026-04-08 16:26:52 -05:00
parent fde3925eb7
commit 088bee87ed
3 changed files with 6 additions and 30 deletions
@@ -5,13 +5,13 @@
}:
mkYaziPlugin {
pname = "restore.yazi";
version = "25.5.31-unstable-2026-01-06";
version = "25.5.31-unstable-2026-04-04";
src = fetchFromGitHub {
owner = "boydaihungst";
repo = "restore.yazi";
rev = "4eda0bf047f014622348390d8db0e2e1b6d036f0";
hash = "sha256-1qi7wnFAc8z9mFq1mbBQqQIsSe5uyTogmsSiNXS7F0w=";
rev = "0e0870460b9b74c5ae98b7f96c7c26a9a274ce6d";
hash = "sha256-rDsyMF5IEBHx+fJ0oYTCCQAlTSquUcOkFLC4Lmbuz6k=";
};
meta = {
@@ -1,22 +0,0 @@
From bb6caca50f67dbe93983c8e0bf8d6c75f48b2d21 Mon Sep 17 00:00:00 2001
From: Luminar Leaf <80571430+LuminarLeaf@users.noreply.github.com>
Date: Tue, 20 Jan 2026 16:49:29 +0530
Subject: [PATCH] Fix emit function call
Upstream function name changed
---
main.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.lua b/main.lua
index 1c737b2..87be707 100644
--- a/main.lua
+++ b/main.lua
@@ -13,7 +13,7 @@ end)
return {
entry = function()
- ya.manager_emit("escape", { visual = true })
+ ya.emit("escape", { visual = true })
local urls = selected_or_hovered()
@@ -5,7 +5,7 @@
}:
mkYaziPlugin {
pname = "wl-clipboard.yazi";
version = "0-unstable-2025-08-30";
version = "0-unstable-2026-04-07";
installPhase = ''
runHook preInstall
@@ -18,12 +18,10 @@ mkYaziPlugin {
src = fetchFromGitHub {
owner = "grappas";
repo = "wl-clipboard.yazi";
rev = "e9a38e47d07549968019702bdafdc4ed07151b7d";
hash = "sha256-3PRQl4TvuOe5DwVi1gmtmfTOEVZWRayijIbnPgaR3L8=";
rev = "8cc55242dbbc0b60fde27ab0d17bf11d91a14e14";
hash = "sha256-pIKxWhaVDUOUKvVL4hGXn5zT4K7AvDi/VM+zBCX+19c=";
};
patches = [ ./0001-Fix-emit-function-call.patch ];
meta = {
description = "Wayland implementation of a simple system clipboard for yazi file manager";
homepage = "https://github.com/grappas/wl-clipboard.yazi";