copilot-language-server: 1.312.0 -> 1.322.0

This commit is contained in:
R. Ryantm 2025-05-16 09:53:30 +00:00
parent 44faf3c6e4
commit b17dd69dc3

View file

@ -45,11 +45,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "copilot-language-server";
version = "1.312.0";
version = "1.322.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-glZR72+5lpghItwHuzDZKd/KONsCrjjCwcyNK0k9jr8=";
hash = "sha256-3AJTC4TI+sqTi1/B1XQZght7CClplWwIxjGmrt1E2ME=";
stripRoot = false;
};