From f8d1fdd4689c75b12eb4a2e4a4d8a3ffccbd5ffe Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 7 Mar 2025 08:37:09 +0100 Subject: [PATCH 1/2] vscode-extensions.github.copilot-chat: 0.25.2025021201 -> 0.26.2025030506 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 491ed8780486a..b5710adb547e5 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2123,8 +2123,8 @@ let publisher = "github"; name = "copilot-chat"; # Verify which version is available with nix run nixpkgs#vsce -- show github.copilot-chat --json - version = "0.25.2025021201"; # latest compatible with vscode ^1.98 - hash = "sha256-k0gZ5vzyYhhpvR+5IgyvaDreejQnY7HVYu+MfibJbVU="; + version = "0.26.2025030506"; # latest compatible with vscode ^1.98 + hash = "sha256-mCmZs5xGxcqHyo8NyMjk2mu9LmxFlMb2NGUwjXg27JA="; }; meta = { description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features"; From ba2b130736b9c4a36f22dfcb90500d2e0eac796b Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 7 Mar 2025 08:38:28 +0100 Subject: [PATCH 2/2] vscode-extensions.github.copilot: 1.277.1411 -> 1.279.1416 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index b5710adb547e5..37fbdb17ba870 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2105,8 +2105,8 @@ let publisher = "github"; name = "copilot"; # Verify which version is available with nix run nixpkgs#vsce -- show github.copilot --json - version = "1.277.1411"; # compatible with vscode ^1.97 - hash = "sha256-HLn+2fagcBi1ZVjLCb+v8eg+Je7wApQs2Qpd1uJ3YG8="; + version = "1.279.1416"; # compatible with vscode ^1.97 + hash = "sha256-t6d+YkOElpeggwZ86VDftVz2bjDx5Rl/yOn5L5+1R/g="; }; meta = {