copilot-language-server: 1.389.0 -> 1.392.0

This commit is contained in:
R. Ryantm
2025-11-05 23:21:14 +00:00
parent 146b74e1d3
commit 1f2f45f4b1
@@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.389.0";
version = "1.392.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-QX3gSKV/FABXbeu1KzrSEyxFJU/xptSVvuxqTjTI9Go=";
hash = "sha256-+stenLWQWykBKHole0wW8w8jRzhjOio/VEcMPmklI/0=";
stripRoot = false;
};