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:
parent
cf8bd45123
commit
c40323b934
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue