copilot-language-server: 1.322.0 -> 1.330.0 (#411058)

Co-authored-by: arunoruto <arunoruto@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-06 08:47:34 +00:00
committed by GitHub
co-authored by arunoruto
@@ -45,11 +45,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.322.0";
version = "1.330.0";
src = fetchzip {
url = "https://github.com/github/copilot-language-server-release/releases/download/${finalAttrs.version}/copilot-language-server-native-${finalAttrs.version}.zip";
hash = "sha256-3AJTC4TI+sqTi1/B1XQZght7CClplWwIxjGmrt1E2ME=";
hash = "sha256-/Em00UVEg46gEI52fG7aQo2rqKwqrF3V1tAVx2hpyMc=";
stripRoot = false;
};