Skip to content

Commit 2c742a2

Browse files
copilot-language-server: 1.400.0 -> 1.405.0 (NixOS#470902)
2 parents c567da7 + 99ed2c5 commit 2c742a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/copilot-language-server/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}:
1111
stdenvNoCC.mkDerivation (finalAttrs: {
1212
pname = "copilot-language-server";
13-
version = "1.400.0";
13+
version = "1.405.0";
1414

1515
src = fetchzip {
1616
url = "https://github.com/github/copilot-language-server-release/releases/download/${finalAttrs.version}/copilot-language-server-js-${finalAttrs.version}.zip";
17-
hash = "sha256-gevYxwbDUNrVxa+sgKJcX3/p7l7V3NCyHXEo8q55B0E=";
17+
hash = "sha256-aeSiaK0loCN7IAAALlK2x4RBViYgplXRsiNMVLXlxws=";
1818
stripRoot = false;
1919
};
2020

0 commit comments

Comments
 (0)