fishPlugins.fzf-fish: 10.0 -> 10.1
Diff: https://github.com/PatrickF1/fzf.fish/compare/v10.0...v10.1 Changelog: https://github.com/PatrickF1/fzf.fish/releases/tag/v10.1
This commit is contained in:
parent
b6193921d0
commit
3f8dbecdd0
@ -5,13 +5,13 @@ let
|
||||
in
|
||||
buildFishPlugin rec {
|
||||
pname = "fzf.fish";
|
||||
version = "10.0";
|
||||
version = "10.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PatrickF1";
|
||||
repo = "fzf.fish";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-CqRSkwNqI/vdxPKrShBykh+eHQq9QIiItD6jWdZ/DSM=";
|
||||
hash = "sha256-ivXa1S/HrXFzESsV0d9zIwQiuCOYNpa1tUrvA/b15yY=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ fzf fd unixtools.script procps ];
|
||||
|
Loading…
Reference in New Issue
Block a user