From 5a84ee3ebdd20bc3f2c0a4e25c8ce0114cb6ecd4 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 9 Apr 2025 09:45:09 +0200 Subject: [PATCH] vscode-extensions.github.copilot-chat: 0.26.2025030506 -> 0.26.2025040204 --- 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 290ee84c877a..c69f748211bb 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2127,8 +2127,8 @@ let publisher = "github"; name = "copilot-chat"; # Verify which version is available with nix run nixpkgs#vsce -- show github.copilot-chat --json - version = "0.26.2025030506"; # latest compatible with vscode ^1.98 - hash = "sha256-mCmZs5xGxcqHyo8NyMjk2mu9LmxFlMb2NGUwjXg27JA="; + version = "0.26.2025040204"; # latest compatible with vscode ^1.98 + hash = "sha256-grG/pn+R4paCqkSx6DGzKjyjQVZ2FINRxdpXynGF35g="; }; meta = { description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";