yaziPlugins: update on 2025-09-08 (#441379)

Changed files
+12 -13
pkgs
by-name
ya
yazi
plugins
mediainfo
recycle-bin
restore
wl-clipboard
+3 -3
pkgs/by-name/ya/yazi/plugins/mediainfo/default.nix
···
}:
mkYaziPlugin {
pname = "mediainfo.yazi";
-
version = "25.5.31-unstable-2025-08-06";
+
version = "25.5.31-unstable-2025-08-28";
src = fetchFromGitHub {
owner = "boydaihungst";
repo = "mediainfo.yazi";
-
rev = "0e2ae47cfb2b7c7a32d714c753b1cebbaa75d127";
-
hash = "sha256-CHigaujMHd1BuYyyxzI5B4ZYQhuH2YZptVVJToq39sY=";
+
rev = "2093ab79d47d750c0b74759d2dd93aff8c7ee5c8";
+
hash = "sha256-GObz6kpBTT1HuWgsAWlbbzCw2GxZGKLTWaUKKztiTaw=";
};
meta = {
+3 -3
pkgs/by-name/ya/yazi/plugins/recycle-bin/default.nix
···
}:
mkYaziPlugin {
pname = "recycle-bin.yazi";
-
version = "1.0.0-unstable-2025-08-20";
+
version = "0-unstable-2025-09-08";
src = fetchFromGitHub {
owner = "uhs-robert";
repo = "recycle-bin.yazi";
-
rev = "52f6fe08f5f42cbae56d8c46abc368560e1e2d6e";
-
hash = "sha256-krZAbL7JRRvJbT+23C6fw8Zbav+8I+bvIFAYrpeNuhw=";
+
rev = "728c0af4111ad043f9361ce6373949b5f9dec4a3";
+
hash = "sha256-XnDiWuKLyI1jszwKTaVnPR8AX3+9mdkkof+V6E8RkR4=";
};
meta = {
+3 -3
pkgs/by-name/ya/yazi/plugins/restore/default.nix
···
}:
mkYaziPlugin {
pname = "restore.yazi";
-
version = "25.5.31-unstable-2025-08-12";
+
version = "25.5.31-unstable-2025-08-28";
src = fetchFromGitHub {
owner = "boydaihungst";
repo = "restore.yazi";
-
rev = "2a2ba2fbaee72f88054a43723becf66c3cfb892e";
-
hash = "sha256-FqvQuKNH3jjXQ/7N7MsUsOoh9DTreZTjpdQ4lrr2iLk=";
+
rev = "dc40509c03f1c33f1ef008330c6694effe674082";
+
hash = "sha256-Lkt1TB07UqvuTU1JdwfHBSyn7/MOdd+iJawCSrPwXhw=";
};
meta = {
+3 -4
pkgs/by-name/ya/yazi/plugins/wl-clipboard/default.nix
···
}:
mkYaziPlugin {
pname = "wl-clipboard.yazi";
-
version = "0-unstable-2025-05-22";
+
version = "0-unstable-2025-08-30";
installPhase = ''
runHook preInstall
cp -r . $out
-
mv $out/init.lua $out/main.lua
runHook postInstall
'';
···
src = fetchFromGitHub {
owner = "grappas";
repo = "wl-clipboard.yazi";
-
rev = "c4edc4f6adf088521f11d0acf2b70610c31924f0";
-
hash = "sha256-jlZgN93HjfK+7H27Ifk7fs0jJaIdnOyY1wKxHz1wX2c=";
+
rev = "e9a38e47d07549968019702bdafdc4ed07151b7d";
+
hash = "sha256-3PRQl4TvuOe5DwVi1gmtmfTOEVZWRayijIbnPgaR3L8=";
};
meta = {