Skip to content

Commit 86eae6a

Browse files
committed
chore(deps): update dependency junegunn/fzf to v0.56.1
1 parent 43f1998 commit 86eae6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/fzf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean() {
1212

1313
install() {
1414
# renovate: datasource=github-tags depName=junegunn/fzf
15-
local FZF_VERSION_TAG="v0.56.0"
15+
local FZF_VERSION_TAG="v0.56.1"
1616
local FZF_VERSION="${FZF_VERSION_TAG/v/}"
1717
if [[ ! -f "${HOME}/opt/fzf/fzf_${FZF_VERSION}" ]]; then
1818
mkdir -p "${HOME}/opt/fzf"

0 commit comments

Comments
 (0)