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

yaziPlugins.close-and-restore-tab: init at 0-unstable-2026-04-22 (#514301)

parents 5b765187 ceb41efb
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  mkYaziPlugin,
}:
mkYaziPlugin {
  pname = "close-and-restore-tab.yazi";
  version = "0-unstable-2026-04-22";

  src = fetchFromGitHub {
    owner = "MasouShizuka";
    repo = "close-and-restore-tab.yazi";
    rev = "5047217e59f9c2f4aa5ae15baa92df7b3f724e67";
    hash = "sha256-bsx6HVdB2CcKXQG+tGxY2T8Ys8TluIe6xWHhOhv4L4I=";
  };

  meta = {
    description = "A Yazi plugin that adds the functionality to close and restore tab";
    homepage = "https://github.com/MasouShizuka/close-and-restore-tab.yazi";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ nemeott ];
  };
}