vscode-extensions.anthropic.claude-code: 2.1.238 -> 2.1.245

Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md

Assisted-by: Claude Code (Claude Opus 5)
Claude-Session: https://claude.ai/code/session_01D6AxqtrCgxuArRBNjiNGPy
This commit is contained in:
Markus Hauck
2026-08-25 09:05:52 +02:00
parent 2c0325420a
commit 4e729057f0

View File

@@ -21,22 +21,22 @@ vscode-utils.buildVscodeMarketplaceExtension (finalAttrs: {
sources = {
"x86_64-linux" = {
arch = "linux-x64";
hash = "sha256-oOytttotGI7f4RlnNBRM6TvXaXUht6v99Kzxc9GP404=";
hash = "sha256-Yabd8DFEh1wq0K4IQPFUBNFDkyHhXl695wSfKa5RX7k=";
};
"aarch64-linux" = {
arch = "linux-arm64";
hash = "sha256-9Ne1PGz0k1E1wY/HhoR5mqB3SFQiFkHt236+L5jXE60=";
hash = "sha256-gzMUtolNlNxFUofsL9JgOnaxfUGeSxFQY7C4smJ8fr8=";
};
"aarch64-darwin" = {
arch = "darwin-arm64";
hash = "sha256-2nwDsS4tVRikMZWZW4TKshQE7HVeQ/yY7CxpGg0os7w=";
hash = "sha256-U8S7U5sYj9LukYfmC2yyUjeenAYYHsMrx8snhXqATck=";
};
};
in
{
name = "claude-code";
publisher = "anthropic";
version = "2.1.238";
version = "2.1.245";
}
// sources.${stdenvNoCC.hostPlatform.system}
or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");