zsh-fzf-tab: 1.2.0 -> 1.3.0 (#502005)
This commit is contained in:
@@ -11,15 +11,15 @@
|
||||
let
|
||||
INSTALL_PATH = "${placeholder "out"}/share/fzf-tab";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "zsh-fzf-tab";
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Aloxaf";
|
||||
repo = "fzf-tab";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-q26XVS/LcyZPRqDNwKKA9exgBByE0muyuNb0Bbar2lY=";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-8atbysoOyCBW2OYKmdc91x9V/Mk3eyg3hvzvhJpQ32w=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -96,8 +96,12 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = "https://github.com/Aloxaf/fzf-tab";
|
||||
description = "Replace zsh's default completion selection menu with fzf";
|
||||
changelog = "https://github.com/Aloxaf/fzf-tab/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ diredocks ];
|
||||
maintainers = with lib.maintainers; [
|
||||
diredocks
|
||||
miniharinn
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user