claude-code: 2.0.1 -> 2.0.5 (#448174)

authored by Ben Siraphob and committed by GitHub d8c972b0 604a820c

Changed files
+4 -4
pkgs
applications
editors
vscode
extensions
anthropic.claude-code
by-name
cl
claude-code
+2 -2
pkgs/applications/editors/vscode/extensions/anthropic.claude-code/default.nix
··· 7 7 mktplcRef = { 8 8 name = "claude-code"; 9 9 publisher = "anthropic"; 10 - version = "2.0.0"; 11 - hash = "sha256-vd3ZT8iwmbUCeaHgiDGLzWehOj4j/hMinHiXQytwVz4="; 10 + version = "2.0.5"; 11 + hash = "sha256-3+VrFM1aB26AfF8vkrFJXOfg07EGkwNa+nh1vvy6MFw="; 12 12 }; 13 13 14 14 meta = {
+2 -2
pkgs/by-name/cl/claude-code/package.nix
··· 7 7 }: 8 8 buildNpmPackage (finalAttrs: { 9 9 pname = "claude-code"; 10 - version = "2.0.1"; 10 + version = "2.0.5"; 11 11 12 12 src = fetchzip { 13 13 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz"; 14 - hash = "sha256-LUbDPFa0lY74MBU4hvmYVntt6hVZy6UUZFN0iB4Eno8="; 14 + hash = "sha256-ZAolpT/NW48NpIoY2jUzbBlcHmyNcw+G1GhZ40qtJoY="; 15 15 }; 16 16 17 17 npmDepsHash = "sha256-DehkeMZvzn+hvcCDzJfd4p9oYc1GSZm8gu8vKS4Uncw=";