Unverified Commit 4951de16 authored by Johan Larsson's avatar Johan Larsson
Browse files

vimPlugins.cmp-pandoc-references: change upstream repo

The current upstream
<https://github.com/jc-doyle/cmp-pandoc-references/> is archived. Use
<https://github.com/jmbuhr/cmp-pandoc-references> instead, which also
adds support for blink-cmp.
parent 0efb1f72
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2625,14 +2625,14 @@ final: prev: {
  cmp-pandoc-references = buildVimPlugin {
    pname = "cmp-pandoc-references";
    version = "2022-04-20";
    version = "2025-04-01";
    src = fetchFromGitHub {
      owner = "jc-doyle";
      owner = "jmbuhr";
      repo = "cmp-pandoc-references";
      rev = "2c808dff631a783ddd2c554c4c6033907589baf6";
      sha256 = "0knwxs6bg6r5hw2g668j34xr5yvqmcvcqyjfpnmpf5y5m82vahxw";
      rev = "130eae4f75029d6495808e0ea4b769fa1ce4c9ac";
      sha256 = "1mvgqmy2s6ba2w0gaq8vpj9ihd1l94zrfg09h90n9kj9cdw6gisy";
    };
    meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/";
    meta.homepage = "https://github.com/jmbuhr/cmp-pandoc-references/";
    meta.hydraPlatforms = [ ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -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-ultisnips/,,
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/hrsh7th/cmp-path/,,
https://github.com/lukas-reineke/cmp-rg/,HEAD,