copilot-language-server: 1.337.0 -> 1.339.0 (#422558)

Co-authored-by: arunoruto <arunoruto@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-07 22:34:40 +00:00 committed by GitHub
commit e6e45d9aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,11 +45,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.337.0";
version = "1.339.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-F8D45LrL4vzmAH6J4hVWvEIkwzSRaCeMluPFimJPiXk=";
hash = "sha256-UgBe78MZla2FLfP10VfM4meMaiZWAyj2PUBiZ7M+OXU=";
stripRoot = false;
};