We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d1fdd commit ba2b130Copy full SHA for ba2b130
pkgs/applications/editors/vscode/extensions/default.nix
@@ -2105,8 +2105,8 @@ let
2105
publisher = "github";
2106
name = "copilot";
2107
# Verify which version is available with nix run nixpkgs#vsce -- show github.copilot --json
2108
- version = "1.277.1411"; # compatible with vscode ^1.97
2109
- hash = "sha256-HLn+2fagcBi1ZVjLCb+v8eg+Je7wApQs2Qpd1uJ3YG8=";
+ version = "1.279.1416"; # compatible with vscode ^1.97
+ hash = "sha256-t6d+YkOElpeggwZ86VDftVz2bjDx5Rl/yOn5L5+1R/g=";
2110
};
2111
2112
meta = {
0 commit comments