From 5848e8baff35b94961b5dd90f0820ac30216009e Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Thu, 9 Jan 2025 09:08:26 +0100 Subject: [PATCH] vimPlugins.clangd_extensions-nvim: update upstream source Development has moved to sourcehut. --- pkgs/applications/editors/vim/plugins/generated.nix | 7 +++---- pkgs/applications/editors/vim/plugins/vim-plugin-names | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index c9d6a47ffdd9..d692cdebaae5 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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 { diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index c21f5536c49b..1397eb1365bb 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,