3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.coc-nvim: 0.0.73 -> 0.0.74

This commit is contained in:
Malo Bourgon 2019-08-22 13:37:40 -07:00 committed by Matthieu Coudron
parent 5ffe9b81e0
commit b433ba7d82

View file

@ -125,12 +125,12 @@ self: super: {
# Only official releases contains the required index.js file
coc-nvim = buildVimPluginFrom2Nix rec {
pname = "coc-nvim";
version = "0.0.73";
version = "0.0.74";
src = fetchFromGitHub {
owner = "neoclide";
repo = "coc.nvim";
rev = "v${version}";
sha256 = "1z7573rbh806nmkh75hr1kbhxr4jysv6k9x01fcyjfwricpa3cf7";
sha256 = "1s4nib2mnhagd0ymx254vf7l1iijwrh2xdqn3bdm4f1jnip81r10";
};
};