copilot-language-server: 1.457.1 -> 1.463.0 (#506116)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-02 23:21:52 +00:00
committed by GitHub
@@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.457.1";
version = "1.463.0";
src = fetchzip {
url = "https://github.com/github/copilot-language-server-release/releases/download/${finalAttrs.version}/copilot-language-server-js-${finalAttrs.version}.zip";
hash = "sha256-3NKpOldwSFgzctwtyMqXF21n1Z7qx+sb2CvuflNcaQg=";
hash = "sha256-mxmHXLxWGb+cHrRgctX2PHGAVy4ZTY1+7C9gzeh0vdc=";
stripRoot = false;
};