copilot-language-server: 1.434.0 -> 1.448.0

This commit is contained in:
R. Ryantm
2026-03-08 01:29:32 +00:00
parent 16c5074f16
commit 41cc91fdfc
@@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.434.0";
version = "1.448.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-GxbSgKy2UgDNjVEwmNrZe4BMYM5VIgP3goubdpLVnIA=";
hash = "sha256-0baWiU6fwJFprJG05YpsXFWXj17ff920sL7hCGV83GI=";
stripRoot = false;
};