copilot-language-server: 1.421.0 -> 1.429.0

This commit is contained in:
R. Ryantm
2026-02-12 14:36:04 +00:00
parent 91e72fc5a3
commit a68ec33d45
@@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.421.0";
version = "1.429.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-W9uEfP/2wEBm/KcsH0iNVzFT8rGj34xkNKtAglsQbMg=";
hash = "sha256-msqySCQxAySQTEAToUF/JV+IH4B/NKxymCouofEt9Ic=";
stripRoot = false;
};