coc-clangd: 0-unstable-2026-01-01 -> 0-unstable-2026-04-01 (#495083)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-21 19:15:43 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
buildNpmPackage {
pname = "coc-clangd";
version = "0-unstable-2026-01-01";
version = "0-unstable-2026-04-01";
src = fetchFromGitHub {
owner = "clangd";
repo = "coc-clangd";
rev = "d4f246f326f066637653eafdf60e12e6b159827d";
hash = "sha256-+ydeReWxXp93PtU0zv8OEuSpIebqi1avGNzopyKXeD0=";
rev = "34d9ed8e7a08f29e398720802401455733e6a481";
hash = "sha256-PiPH9kXmVdu9Ul0t28E1jumZILX7IwIr2OBDfCepobs=";
};
npmDepsHash = "sha256-1331Qaz9BXOeg6NsHuIokXI6VAjiRoslbLT3hXcjgak=";
npmDepsHash = "sha256-QVsNztjTuHU0vu53IxjfFqllj1JxHnLwT9B9jaUnWIo=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };