From 3ccbabdc69b64094ac8e882d22bfe97613924eab Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 2 Oct 2024 11:57:09 +0200 Subject: [PATCH 1/2] vscode-extensions.github.copilot: 1.219.1028 -> 1.234.1133 --- 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 3565a605ff46..331cb5f9168d 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2037,8 +2037,8 @@ let mktplcRef = { publisher = "github"; name = "copilot"; - version = "1.219.1028"; # compatible with vscode ^1.92.0 - hash = "sha256-5f1P/CV6+Rp2kS9oSz5Ko5jMUt/Q6pWa9a+3nPyin6k="; + version = "1.234.1133"; # compatible with vscode ^1.93.1 + hash = "sha256-kRQIB4ozN8f+JPG2U6tA/u0r3/J05kYfMuksaJrumZM="; }; meta = { From ae9143cf10e80bf1afc2f5433b75044a50b6b797 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 2 Oct 2024 11:58:13 +0200 Subject: [PATCH 2/2] vscode-extensions.github.copilot-chat: 0.19.2024073102 -> 0.21.2024090602 --- 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 331cb5f9168d..acdaa0e96bdc 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2054,8 +2054,8 @@ let mktplcRef = { publisher = "github"; name = "copilot-chat"; - version = "0.19.2024073102"; # compatible with vscode ^1.92.0 - hash = "sha256-ekRBmJiAav1gITWlqBOuWtZMt1YZeseF+3fw326db/s="; + version = "0.21.2024090602"; # latest compatible with vscode ^1.93 + hash = "sha256-9wl/orFbf1OFwGnF1uLfyOOtO2v5k2H1aUMBtngXDfs="; }; meta = { description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";