vimPlugins.coc-nvim: 0.0.73 -> 0.0.74
This commit is contained in:
parent
5ffe9b81e0
commit
b433ba7d82
@ -125,12 +125,12 @@ self: super: {
|
|||||||
# Only official releases contains the required index.js file
|
# Only official releases contains the required index.js file
|
||||||
coc-nvim = buildVimPluginFrom2Nix rec {
|
coc-nvim = buildVimPluginFrom2Nix rec {
|
||||||
pname = "coc-nvim";
|
pname = "coc-nvim";
|
||||||
version = "0.0.73";
|
version = "0.0.74";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neoclide";
|
owner = "neoclide";
|
||||||
repo = "coc.nvim";
|
repo = "coc.nvim";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1z7573rbh806nmkh75hr1kbhxr4jysv6k9x01fcyjfwricpa3cf7";
|
sha256 = "1s4nib2mnhagd0ymx254vf7l1iijwrh2xdqn3bdm4f1jnip81r10";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user