Merge pull request #272292 from r-ryantm/auto-update/fishPlugins.fzf-fish

fishPlugins.fzf-fish: 10.1 -> 10.2
This commit is contained in:
OTABI Tomoya 2023-12-06 15:06:58 +09:00 committed by GitHub
commit 80bc35ed20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@ let
in
buildFishPlugin rec {
pname = "fzf.fish";
version = "10.1";
version = "10.2";
src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v${version}";
hash = "sha256-ivXa1S/HrXFzESsV0d9zIwQiuCOYNpa1tUrvA/b15yY=";
hash = "sha256-1/MLKkUHe4c9YLDrH+cnL+pLiSOSERbIZSM4FTG3wF0=";
};
nativeCheckInputs = [ fzf fd unixtools.script procps ];