vimPlugins.cmp-pandoc-references: change upstream repo (#434675)

authored by Gaétan Lepage and committed by GitHub e8431b12 3d800806

+6 -6
+5 -5
pkgs/applications/editors/vim/plugins/generated.nix
··· 2625 2626 cmp-pandoc-references = buildVimPlugin { 2627 pname = "cmp-pandoc-references"; 2628 - version = "2022-04-20"; 2629 src = fetchFromGitHub { 2630 - owner = "jc-doyle"; 2631 repo = "cmp-pandoc-references"; 2632 - rev = "2c808dff631a783ddd2c554c4c6033907589baf6"; 2633 - sha256 = "0knwxs6bg6r5hw2g668j34xr5yvqmcvcqyjfpnmpf5y5m82vahxw"; 2634 }; 2635 - meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/"; 2636 meta.hydraPlatforms = [ ]; 2637 }; 2638
··· 2625 2626 cmp-pandoc-references = buildVimPlugin { 2627 pname = "cmp-pandoc-references"; 2628 + version = "2025-04-01"; 2629 src = fetchFromGitHub { 2630 + owner = "jmbuhr"; 2631 repo = "cmp-pandoc-references"; 2632 + rev = "130eae4f75029d6495808e0ea4b769fa1ce4c9ac"; 2633 + sha256 = "1mvgqmy2s6ba2w0gaq8vpj9ihd1l94zrfg09h90n9kj9cdw6gisy"; 2634 }; 2635 + meta.homepage = "https://github.com/jmbuhr/cmp-pandoc-references/"; 2636 meta.hydraPlatforms = [ ]; 2637 }; 2638
+1 -1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 199 https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD, 200 https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,, 201 https://github.com/hrsh7th/cmp-omni/,, 202 - https://github.com/jc-doyle/cmp-pandoc-references/,, 203 https://github.com/aspeddro/cmp-pandoc.nvim/,HEAD, 204 https://github.com/hrsh7th/cmp-path/,, 205 https://github.com/lukas-reineke/cmp-rg/,HEAD,
··· 199 https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD, 200 https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,, 201 https://github.com/hrsh7th/cmp-omni/,, 202 + https://github.com/jmbuhr/cmp-pandoc-references/,, 203 https://github.com/aspeddro/cmp-pandoc.nvim/,HEAD, 204 https://github.com/hrsh7th/cmp-path/,, 205 https://github.com/lukas-reineke/cmp-rg/,HEAD,