mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #11672 from jcbrand/fzf-update
fzf: 1.11.0 -> 1.11.1
This commit is contained in:
commit
c418dc84f9
@ -686,10 +686,10 @@ let
|
||||
};
|
||||
|
||||
fzf = buildFromGitHub {
|
||||
rev = "0.11.0";
|
||||
rev = "0.11.1";
|
||||
owner = "junegunn";
|
||||
repo = "fzf";
|
||||
sha256 = "1jcvfdglmrsh7z6lasj2i7l3cwqd0ijhv5ywafmr7m1rn90nj1pf";
|
||||
sha256 = "1zw1kq4d5sb1qia44q04i33yii9qwlwlwz8vxhln03d4631mhsra";
|
||||
|
||||
buildInputs = [
|
||||
crypto ginkgo gomega junegunn.go-runewidth go-shellwords pkgs.ncurses text
|
||||
|
Loading…
Reference in New Issue
Block a user