Skip to content

Commit

Permalink
Merge pull request #293731 from Vonfry/update/zsh-fzf-tab
Browse files Browse the repository at this point in the history
zsh-fzf-tab: 1.0 -> 1.1.1
  • Loading branch information
Mic92 authored Mar 15, 2024
2 parents 26ffb3c + 73bee20 commit 5b5dc60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/shells/zsh/zsh-fzf-tab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ let
INSTALL_PATH="${placeholder "out"}/share/fzf-tab";
in stdenv.mkDerivation rec {
pname = "zsh-fzf-tab";
version = "1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "Aloxaf";
repo = "fzf-tab";
rev = "v${version}";
hash = "sha256-o3R9dh9t8w/SVO3IUeJqP8kkQxwnRjNX8oZ4wSZxBYo=";
hash = "sha256-0/YOL1/G2SWncbLNaclSYUz7VyfWu+OB8TYJYm4NYkM=";
};

strictDeps = true;
Expand All @@ -31,8 +31,8 @@ in stdenv.mkDerivation rec {
pushd modules
tar -xf ${zsh.src}
ln -s $(pwd)/src/fzftab.c zsh-${zsh.version}/Src/Modules/
ln -s $(pwd)/src/fzftab.mdd zsh-${zsh.version}/Src/Modules/
ln -s $(pwd)/Src/fzftab.c zsh-${zsh.version}/Src/Modules/
ln -s $(pwd)/Src/fzftab.mdd zsh-${zsh.version}/Src/Modules/
pushd zsh-${zsh.version}
Expand Down

0 comments on commit 5b5dc60

Please sign in to comment.