From f6434055918fd5426b05352914226914ad032e24 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Fri, 17 Jul 2026 22:26:52 +0200 Subject: [PATCH] fish-shell: update to 4.8.1 --- srcpkgs/fish-shell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 5bd48376ae2b3c..ba7d14cb695ed3 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,6 +1,6 @@ # Template file for 'fish-shell' pkgname=fish-shell -version=4.8.0 +version=4.8.1 revision=1 build_style=cmake build_helper="rust" @@ -15,7 +15,7 @@ license="GPL-2.0-only" homepage="https://fishshell.com/" changelog="https://raw.githubusercontent.com/fish-shell/fish-shell/refs/heads/master/CHANGELOG.rst" distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz" -checksum=33af62c7df2fa553e0e84fa81f6ea48acf98c2bfc50036eaacc70ac8ba63e707 +checksum=0eb86a851e865e934a7c2091a73d7695225e78f0e00a7bb96d5f877d76c65782 register_shell="/bin/fish /usr/bin/fish" # some tests fail in ci, cba to hardcode skipping make_check=ci-skip