From b8c3355a0e5fc39424ec162ecc12ecf374ce4bc0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Dec 2025 09:02:18 +0000 Subject: [PATCH] chore: update dependency jeffvli/feishin to v0.22.0 --- 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 63f84386..36f6e8ac 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.21.2 +feishin_version=0.22.0 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"