Merge pull request #147072 from Vonfry/update/fzf-tab

zsh-fzf-tab: unstable-2021-08-05 -> unstable-2021-11-12
This commit is contained in:
Bobby Rong 2021-11-26 18:53:05 +08:00 committed by GitHub
commit 2cbda72c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@ let
INSTALL_PATH="${placeholder "out"}/share/fzf-tab";
in stdenv.mkDerivation rec {
pname = "zsh-fzf-tab";
version = "unstable-2021-08-05";
version = "unstable-2021-11-12";
src = fetchFromGitHub {
owner = "Aloxaf";
repo = "fzf-tab";
rev = "89a33154707c09789177a893e5a8ebbb131d5d3d";
sha256 = "1g8011ldrghbw5ibchsp0p93r31cwyx2r1z5xplksd779jw79wdx";
rev = "190500bf1de6a89416e2a74470d3b5cceab102ba";
sha256 = "1dipsy0s67fr47ig5559bcp1h5yn8rdjshhs8zsq7j8plvvh99qb";
};
buildInputs = [ ncurses ];