fishPlugins.fzf-fish: 9.9 -> 10.0

Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.9...v10.0

Changelog: https://github.com/PatrickF1/fzf.fish/releases/tag/v10.0
This commit is contained in:
natsukium 2023-08-24 23:26:02 +09:00
parent cf8bd45123
commit c40323b934
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -5,13 +5,13 @@ let
in
buildFishPlugin rec {
pname = "fzf.fish";
version = "9.9";
version = "10.0";
src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v${version}";
sha256 = "sha256-Aqr6+DcOS3U1R8o9Mlbxszo5/Dy9viU4KbmRGXo95R8=";
hash = "sha256-CqRSkwNqI/vdxPKrShBykh+eHQq9QIiItD6jWdZ/DSM=";
};
nativeCheckInputs = [ fzf fd unixtools.script procps ];