vimPlugins.cmp-pandoc-references: change upstream repo (#434675)
This commit is contained in:
commit
e8431b12fe
@ -2625,14 +2625,14 @@ final: prev: {
|
|||||||
|
|
||||||
cmp-pandoc-references = buildVimPlugin {
|
cmp-pandoc-references = buildVimPlugin {
|
||||||
pname = "cmp-pandoc-references";
|
pname = "cmp-pandoc-references";
|
||||||
version = "2022-04-20";
|
version = "2025-04-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jc-doyle";
|
owner = "jmbuhr";
|
||||||
repo = "cmp-pandoc-references";
|
repo = "cmp-pandoc-references";
|
||||||
rev = "2c808dff631a783ddd2c554c4c6033907589baf6";
|
rev = "130eae4f75029d6495808e0ea4b769fa1ce4c9ac";
|
||||||
sha256 = "0knwxs6bg6r5hw2g668j34xr5yvqmcvcqyjfpnmpf5y5m82vahxw";
|
sha256 = "1mvgqmy2s6ba2w0gaq8vpj9ihd1l94zrfg09h90n9kj9cdw6gisy";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/";
|
meta.homepage = "https://github.com/jmbuhr/cmp-pandoc-references/";
|
||||||
meta.hydraPlatforms = [ ];
|
meta.hydraPlatforms = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -199,7 +199,7 @@ https://github.com/hrsh7th/cmp-nvim-lua/,,
|
|||||||
https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD,
|
https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD,
|
||||||
https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,,
|
https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,,
|
||||||
https://github.com/hrsh7th/cmp-omni/,,
|
https://github.com/hrsh7th/cmp-omni/,,
|
||||||
https://github.com/jc-doyle/cmp-pandoc-references/,,
|
https://github.com/jmbuhr/cmp-pandoc-references/,,
|
||||||
https://github.com/aspeddro/cmp-pandoc.nvim/,HEAD,
|
https://github.com/aspeddro/cmp-pandoc.nvim/,HEAD,
|
||||||
https://github.com/hrsh7th/cmp-path/,,
|
https://github.com/hrsh7th/cmp-path/,,
|
||||||
https://github.com/lukas-reineke/cmp-rg/,HEAD,
|
https://github.com/lukas-reineke/cmp-rg/,HEAD,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user