From 1d0c19c9e75ccedb8d3f317b66012e3497472219 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 12 Dec 2024 22:47:13 +0100 Subject: [PATCH] vscode-extensions.github.copilot-chat: 0.23.2024102903 -> 0.24.2024121201 --- 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 98ce983c9526..d3b8c866366a 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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";