Merge pull request #295657 from Laurent2916/fix-copilot-chat-hash-mismatch

vscode-extensions.github.copilot-chat: hash mismatch
This commit is contained in:
Pol Dellaiera 2024-03-13 19:01:26 +01:00 committed by GitHub
commit b5450177b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1867,7 +1867,7 @@ let
publisher = "github";
name = "copilot-chat";
version = "0.14.2024030801"; # compatible with vscode >= 1.87
sha256 = "sha256-4ArWVFko2T6ze/i+HTdXAioWC7euWCycDsQxFTrEtUw=";
sha256 = "sha256-v9RS+pEEQzq2t0EY/gVTTfIwRlGmIuIq2qCockDpsn8=";
};
meta = {
description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";