claude-code: 1.0.56 -> 1.0.57

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

authored by Markus Hauck and committed by Austin Seipp 3eed118b e19b462a

+7 -7
+4 -4
pkgs/by-name/cl/claude-code/package-lock.json
··· 6 "packages": { 7 "": { 8 "dependencies": { 9 - "@anthropic-ai/claude-code": "^1.0.56" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 - "version": "1.0.56", 14 - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.56.tgz", 15 - "integrity": "sha512-LYOlv9uXtLrJcJqSLvQlhy7shhC6MHEXuSGZ/+BazM4LY36ng3cmKjTCDny0kZQxa+u/+MYOXUrkmkJm2qR75Q==", 16 "license": "SEE LICENSE IN README.md", 17 "bin": { 18 "claude": "cli.js"
··· 6 "packages": { 7 "": { 8 "dependencies": { 9 + "@anthropic-ai/claude-code": "^1.0.57" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 + "version": "1.0.57", 14 + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.57.tgz", 15 + "integrity": "sha512-zMymGZzjG+JO9iKC5N5pAy8AxyHIMPCL6U3HYCR3vCj5M+Y0s3GAMma6GkvCXWFixRN6KSZItKw3HbQiaIBYlw==", 16 "license": "SEE LICENSE IN README.md", 17 "bin": { 18 "claude": "cli.js"
+3 -3
pkgs/by-name/cl/claude-code/package.nix
··· 7 8 buildNpmPackage rec { 9 pname = "claude-code"; 10 - version = "1.0.56"; 11 12 nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin 13 14 src = fetchzip { 15 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; 16 - hash = "sha256-q/17LfP5MWeKpt8akPXwMvkZ6Qhc+9IGpM6N34JuExY="; 17 }; 18 19 - npmDepsHash = "sha256-0hr5Tu2/0ETEgNb2s4BQGZXjsHrFzK+iD2ZtZNTlyoI="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json
··· 7 8 buildNpmPackage rec { 9 pname = "claude-code"; 10 + version = "1.0.57"; 11 12 nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin 13 14 src = fetchzip { 15 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; 16 + hash = "sha256-BNaBl4NGS1x1emJux610HXwUg1QC1wauRZ6UXn3gcR0="; 17 }; 18 19 + npmDepsHash = "sha256-TxKqpiPpxEfYowQswMrcWIotAdmLvHJyQ56vK39asNs="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json