From 0aace1a40cc99f3fef52214ed03e09e1a7cd7030 Mon Sep 17 00:00:00 2001 From: Markus Hauck Date: Mon, 11 May 2026 08:58:33 +0200 Subject: [PATCH] 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 c6a9a126a85640bbadabf1baa801e89ee2b17136) --- .../extensions/anthropic.claude-code/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix b/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix index ad82fb7f6711..482ca93db108 100644 --- a/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix +++ b/pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix @@ -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}");