Skip to content

Commit 0a4b3ab

Browse files
committed
copilot-language-server: 1.304.0 -> 1.311.0
1 parent 4c66bec commit 0a4b3ab

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
@@ -45,11 +45,11 @@ let
4545
in
4646
stdenvNoCC.mkDerivation (finalAttrs: {
4747
pname = "copilot-language-server";
48-
version = "1.304.0";
48+
version = "1.311.0";
4949

5050
src = fetchzip {
5151
url = "https://github.com/github/copilot-language-server-release/releases/download/${finalAttrs.version}/copilot-language-server-native-${finalAttrs.version}.zip";
52-
hash = "sha256-F0urL3bMlNcxHTrePYsagEx2664C7USYAcnhCCzB/rA=";
52+
hash = "sha256-wiEaQpdDyJ3K3BgFlpf8LtgRmRXSpdBGSnC5HAelrdc=";
5353
stripRoot = false;
5454
};
5555

0 commit comments

Comments
 (0)