vimPlugins.clangd_extensions-nvim: update upstream source (#372309)
This commit is contained in:
@@ -1641,13 +1641,12 @@ final: prev:
|
||||
clangd_extensions-nvim = buildVimPlugin {
|
||||
pname = "clangd_extensions.nvim";
|
||||
version = "2024-10-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "p00f";
|
||||
repo = "clangd_extensions.nvim";
|
||||
src = fetchgit {
|
||||
url = "https://git.sr.ht/~p00f/clangd_extensions.nvim";
|
||||
rev = "8f7b72100883e0e34400d9518d40a03f21e4d0a6";
|
||||
sha256 = "1rlw3h9f9cnbniqqpv9fv2s63g7s4p8ag4n15xja1r4scfxhyrip";
|
||||
};
|
||||
meta.homepage = "https://github.com/p00f/clangd_extensions.nvim/";
|
||||
meta.homepage = "https://git.sr.ht/~p00f/clangd_extensions.nvim";
|
||||
};
|
||||
|
||||
clever-f-vim = buildVimPlugin {
|
||||
|
||||
@@ -134,7 +134,7 @@ https://github.com/declancm/cinnamon.nvim/,HEAD,
|
||||
https://github.com/projekt0n/circles.nvim/,,
|
||||
https://github.com/zootedb0t/citruszest.nvim/,,
|
||||
https://github.com/xavierd/clang_complete/,,
|
||||
https://github.com/p00f/clangd_extensions.nvim/,HEAD,
|
||||
https://git.sr.ht/~p00f/clangd_extensions.nvim,HEAD,
|
||||
https://github.com/rhysd/clever-f.vim/,,
|
||||
https://github.com/bbchung/clighter8/,,
|
||||
https://github.com/ekickx/clipboard-image.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user