From 48aaf3d5c7b29ffeadb76d9811a79ebbe6338b16 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Oct 2025 20:02:52 +0000 Subject: [PATCH] chore: update dependency jeffvli/feishin to v0.21.2 --- dotfiles/.chezmoiscripts/run_onchange_feishin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.chezmoiscripts/run_onchange_feishin.sh b/dotfiles/.chezmoiscripts/run_onchange_feishin.sh index 350a1678..63f84386 100755 --- a/dotfiles/.chezmoiscripts/run_onchange_feishin.sh +++ b/dotfiles/.chezmoiscripts/run_onchange_feishin.sh @@ -7,7 +7,7 @@ if [ "$HOSTNAME" = "fermi" ]; then fi # renovate: datasource=github-tags depName=jeffvli/feishin versioning=loose -feishin_version=0.20.1 +feishin_version=0.21.2 mkdir -p "$HOME/.local/bin" "$HOME/.local/share/applications" curl -L --url https://github.com/jeffvli/feishin/releases/download/v${feishin_version}/Feishin-linux-x86_64.AppImage -o "$HOME/.local/bin/feishin"