mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:37:35 +00:00
vimPlugins.coc-nvim: 0.0.74 -> 2019-11-18
This commit is contained in:
parent
d3088693e5
commit
19b5055f6a
@ -112,14 +112,15 @@ self: super: {
|
||||
});
|
||||
|
||||
# Only official releases contains the required index.js file
|
||||
# NB: Make sure you pick a rev from the release branch!
|
||||
coc-nvim = buildVimPluginFrom2Nix rec {
|
||||
pname = "coc-nvim";
|
||||
version = "0.0.74";
|
||||
version = "2019-11-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "neoclide";
|
||||
repo = "coc.nvim";
|
||||
rev = "v${version}";
|
||||
sha256 = "1s4nib2mnhagd0ymx254vf7l1iijwrh2xdqn3bdm4f1jnip81r10";
|
||||
rev = "a12d6833b4611f996528615186af86c3e041ffb6";
|
||||
sha256 = "0rkfhzyf42rbsv8p2337pvkbs3crz1z3vv6ar26sadjg3802118z";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user