Unverified Commit b0923325 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

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

parents b5f88415 3762fcbe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
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
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
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
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
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
Original line number Diff line number Diff line
@@ -5,13 +5,12 @@
}:
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
  '';
@@ -19,8 +18,8 @@ mkYaziPlugin {
  src = fetchFromGitHub {
    owner = "grappas";
    repo = "wl-clipboard.yazi";
    rev = "c4edc4f6adf088521f11d0acf2b70610c31924f0";
    hash = "sha256-jlZgN93HjfK+7H27Ifk7fs0jJaIdnOyY1wKxHz1wX2c=";
    rev = "e9a38e47d07549968019702bdafdc4ed07151b7d";
    hash = "sha256-3PRQl4TvuOe5DwVi1gmtmfTOEVZWRayijIbnPgaR3L8=";
  };

  meta = {