11 src = fetchFromGitHub {
14 # Upstream has no tagged versions
15 rev = "3a85a36f1ac08454deab1ed8d2553e0cae00cc1c";
16 hash = "sha256-uxK0nciLq4ZKFCoMJrO4dR0tuOBHYpgdZUc/KJ+JA/I=";
19 npmDepsHash = "sha256-93MEug2eEL/Hum+RFmXx0JYO6jUygF8QRmL5nTTFyrs=";
22 description = "clangd extension for coc.nvim";
23 homepage = "https://github.com/clangd/coc-clangd";
24 license = lib.licenses.asl20;
25 maintainers = with lib.maintainers; [ pyrox0 ];