mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
vimPlugins.cmp-async-path: 0-unstable-2024-10-21 -> 0-unstable-2025-04-13 (#400422)
This commit is contained in:
commit
404427f74c
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@
|
||||||
}:
|
}:
|
||||||
vimUtils.buildVimPlugin {
|
vimUtils.buildVimPlugin {
|
||||||
pname = "cmp-async-path";
|
pname = "cmp-async-path";
|
||||||
version = "0-unstable-2024-10-21";
|
version = "0-unstable-2025-04-13";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "FelipeLema";
|
owner = "FelipeLema";
|
||||||
repo = "cmp-async-path";
|
repo = "cmp-async-path";
|
||||||
rev = "d6d1ffa2075039632a2d71e8fa139818e15ac757";
|
rev = "0ed1492f59e730c366d261a5ad822fa37e44c325";
|
||||||
hash = "sha256-MZFpNPtSDMZNkfoz+3ZcDxLb8PvDtm9nb1dE0CbYIPQ=";
|
hash = "sha256-J1Iw7yNfvWq7Jul25Eyx4qk9lSiLpZt4TRvTYi1DXtk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ vimPlugins.nvim-cmp ];
|
checkInputs = [ vimPlugins.nvim-cmp ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue