Skip to content

Commit

Permalink
vscode-extensions.github.copilot{*}: bump (#364729)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 12, 2024
2 parents 797c63b + 1d0c19c commit 7996b20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2071,8 +2071,8 @@ let
mktplcRef = {
publisher = "github";
name = "copilot";
version = "1.246.1233"; # compatible with vscode ^1.95
hash = "sha256-Pz46qTCGtn7q7UqCzwkQbuEEkH6tKxZV1HKSUs9WA8M=";
version = "1.251.0"; # compatible with vscode ^1.96
hash = "sha256-nv6lTPTPcggwMgO8a4KAF0W7gpou1399f/axnH0sS4s=";
};

meta = {
Expand All @@ -2089,8 +2089,8 @@ let
publisher = "github";
name = "copilot-chat";
# Verify which version is available with nix run nixpkgs#vsce -- show github.copilot-chat --json
version = "0.23.2024102903"; # compatible with vscode ^1.95
hash = "sha256-FGvB+b24i23bdhpJpCQDvIHqqFvCJrWAKnX6fJgkr2E=";
version = "0.24.2024121201"; # compatible with vscode ^1.96
hash = "sha256-v3wdodDzYalz927KqqpL4IqEqLRmx1CLWdGBvZgNmpE=";
};
meta = {
description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";
Expand Down

0 comments on commit 7996b20

Please sign in to comment.