fishPlugins.fzf-fish: 10.3 -> 11.0 (#498633)

This commit is contained in:
OTABI Tomoya
2026-03-17 03:58:58 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
buildFishPlugin rec {
pname = "fzf.fish";
version = "10.3";
version = "11.0";
src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v${version}";
hash = "sha256-T8KYLA/r/gOKvAivKRoeqIwE2pINlxFQtZJHpOy9GMM=";
hash = "sha256-H7HgYT+okuVXo2SinrSs+hxAKCn4Q4su7oMbebKd/7s=";
};
nativeCheckInputs = [