copilot-language-server: 1.392.0 -> 1.394.0 (#460959)

This commit is contained in:
Pol Dellaiera
2025-11-12 18:34:36 +00:00
committed by GitHub
@@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.392.0";
version = "1.394.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-+stenLWQWykBKHole0wW8w8jRzhjOio/VEcMPmklI/0=";
hash = "sha256-HHm+J+XFmOkDJOffzpRhyPREGBusjgtcUt/E29roSNE=";
stripRoot = false;
};