vscode-extensions.anthropic.claude-code: 2.1.133 -> 2.1.138

https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
(cherry picked from commit c6a9a126a8)
This commit is contained in:
Markus Hauck
2026-05-11 08:58:33 +02:00
parent 9f10359d0f
commit 0aace1a40c

View File

@@ -21,26 +21,26 @@ vscode-utils.buildVscodeMarketplaceExtension (finalAttrs: {
sources = {
"x86_64-linux" = {
arch = "linux-x64";
hash = "sha256-6+fMMB8Vgvmi3JO6YMqMiiHWdlq+PfTD1/zemIqf5sw=";
hash = "sha256-6mLUxHFQOlDRsNrmS8HoczrxhBxKMnku47SZzLCW87k=";
};
"aarch64-linux" = {
arch = "linux-arm64";
hash = "sha256-HA2I2+4F5NSLWJJpArTDcEHIAJShARjgomM2GcVwj5Q=";
hash = "sha256-x5HBuPHDH81gXoCAA0UhsyDfKmq37C7FauAMDTXsVv0=";
};
"x86_64-darwin" = {
arch = "darwin-x64";
hash = "sha256-MaclGEzgUAHLV2Fe8O3ex6yjfnM73Clory0n+BVNZIs=";
hash = "sha256-geBnM2AmZPSmxF6uHGNysRM7ujx3tluda6yYW5nzaXQ=";
};
"aarch64-darwin" = {
arch = "darwin-arm64";
hash = "sha256-YR/geLezoi+UPa7Eo0M4wQmRGuHiRTK74BdkGGOxPis=";
hash = "sha256-13LvDqpmzYmRi2EugJH1t7h6azzGcJAusOSMXcnXC40=";
};
};
in
{
name = "claude-code";
publisher = "anthropic";
version = "2.1.133";
version = "2.1.138";
}
// sources.${stdenvNoCC.hostPlatform.system}
or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");