fishPlugins.fzf-fish: 10.3 -> 11.0

This commit is contained in:
R. Ryantm
2026-03-10 20:05:42 +00:00
parent 63d4fcb102
commit 0c08e30b11

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 = [