mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
fishPlugins.fzf-fish: 9.7 -> 9.8
Diff: https://github.com/PatrickF1/fzf.fish/compare/v9.7...v9.8
This commit is contained in:
parent
2c8591ad6a
commit
9a3b260bef
@ -5,13 +5,13 @@ let
|
||||
in
|
||||
buildFishPlugin rec {
|
||||
pname = "fzf.fish";
|
||||
version = "9.7";
|
||||
version = "9.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PatrickF1";
|
||||
repo = "fzf.fish";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-haNSqXJzLL3JGvD4JrASVmhLJz6i9lna6/EdojXdFOo=";
|
||||
sha256 = "sha256-xWaMd5POCDeeFTsGtHbIvsPelIp+GZPC1X1CseCo3BA=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ fzf fd unixtools.script procps ];
|
||||
|
Loading…
Reference in New Issue
Block a user