Unverified Commit 86285cf7 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

yaziPlugins: update on 2026-01-28; yaziPlugins.githead: init at 0-unstable-2026-01-26 (#485132)

parents 1ff444cf dc3b6917
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
mkYaziPlugin {
  pname = "dupes.yazi";
  version = "0-unstable-2025-10-23";
  version = "0-unstable-2026-01-29";

  src = fetchFromGitHub {
    owner = "mshnwq";
    repo = "dupes.yazi";
    rev = "18a9395d38f42e406805b92834154fc7ad15a7b8";
    hash = "sha256-hBpUoMKGZgKrgxAOYZQ9CU4BKPSiYpYVWyuHYXHZ/Pc=";
    rev = "1edf7a406410d5d18b4fbda7b3540e35ab3ad5d6";
    hash = "sha256-7x8N1heASHlYaLzzzdO4jm6IrTgqFbybp+I9EdF7c3M=";
  };

  postPatch = ''
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkYaziPlugin {
  pname = "git.yazi";
  version = "25.12.29-unstable-2026-01-02";
  version = "25.12.29-unstable-2026-01-26";

  src = fetchFromGitHub {
    owner = "yazi-rs";
    repo = "plugins";
    rev = "03cdd4b5b15341b3c0d0f4c850d633fadd05a45f";
    hash = "sha256-5dMAJ6W/L66XuH4CCwRRFpKSLy0ZDFIABAYleFX0AsQ=";
    rev = "e07bf41442a7f6fdd003069f380e1ae469a86211";
    hash = "sha256-aC8DUZpzNHEf9MW3tX3XcDYY/mWClAHkw+nZaxDQHp8=";
  };

  meta = {
+23 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  mkYaziPlugin,
}:
mkYaziPlugin {
  pname = "githead.yazi";
  version = "0-unstable-2026-01-26";

  src = fetchFromGitHub {
    owner = "llanosrocas";
    repo = "githead.yazi";
    rev = "317d09f728928943f0af72ff6ce31ea335351202";
    hash = "sha256-o2EnQYOxp5bWn0eLn0sCUXcbtu6tbO9pdUdoquFCTVw=";
  };

  meta = {
    description = "Git status header for yazi inspired by powerlevel10k ";
    homepage = "https://github.com/llanosrocas/githead.yazi";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
  };
}
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkYaziPlugin {
  pname = "mediainfo.yazi";
  version = "25.5.31-unstable-2026-01-24";
  version = "25.5.31-unstable-2026-01-27";

  src = fetchFromGitHub {
    owner = "boydaihungst";
    repo = "mediainfo.yazi";
    rev = "ae2a1f18feb55ea9148032ce247109f2303ddbfd";
    hash = "sha256-QH1vvPjPYGbf47kSgxV97pxZrdSFcqAEyXtQbJhusLg=";
    rev = "dc61636816e3f44bacacd6f2936f2588980d75fe";
    hash = "sha256-sNr5eW1K2r4NFvheEJ8UuYhVqCBqrXQQvRe1dBbAwas=";
  };

  meta = {
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkYaziPlugin {
  pname = "mount.yazi";
  version = "25.12.29-unstable-2025-12-29";
  version = "25.12.29-unstable-2026-01-26";

  src = fetchFromGitHub {
    owner = "yazi-rs";
    repo = "plugins";
    rev = "517619af126f25f3da096ff156ce46b561b54be3";
    hash = "sha256-j7fsUmx2nK4Tyj5KCamcCmfs99K6duV+okf8NvzccsI=";
    rev = "0c95a0dac882e652f70c6fbc79655658c0cb6e74";
    hash = "sha256-DwHTpEIuING9cajq+O61OmHR93/tpKqgU+cM0//5TZ8=";
  };

  meta = {