Loading pkgs/by-name/cl/claude-code/package-lock.json +4 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ "packages": { "": { "dependencies": { "@anthropic-ai/claude-code": "^1.0.60" "@anthropic-ai/claude-code": "^1.0.61" } }, "node_modules/@anthropic-ai/claude-code": { "version": "1.0.60", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.60.tgz", "integrity": "sha512-CH6DmwrN8AOVzbtT7tOv6iXR+Ka9QnkqBjuMRCAap78feC4ZDRo7hCOB4OYktNovVw011a1V5fRILdS9UTnPiQ==", "version": "1.0.61", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.61.tgz", "integrity": "sha512-+gjKzY1hsWfHoH52SgKR6E0ujCDPyyRsjyRShtZfS0urKd8VQq3D/DF3hvT3P4JJeW0YuWp5Dep0aSRON+/FFA==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" Loading pkgs/by-name/cl/claude-code/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ buildNpmPackage rec { pname = "claude-code"; version = "1.0.60"; version = "1.0.61"; nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; hash = "sha256-ygeitenu4z9ACbezO53I2Xnk6NtE1fWVzCi3mZS7wF8="; hash = "sha256-K10rlFGi2KH65VE0kiBY1lU16xkMPV24/GSD6OjU3v0="; }; npmDepsHash = "sha256-F4wAjwTSs5jYoVgJoCrrI1dHlBmxxfWF/KGvuu5Gl30="; npmDepsHash = "sha256-8Wt8+ZVMSESULguBME/TMMbTUXH3Soha3RTHWs1rBow="; postPatch = '' cp ${./package-lock.json} package-lock.json Loading Loading
pkgs/by-name/cl/claude-code/package-lock.json +4 −4 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ "packages": { "": { "dependencies": { "@anthropic-ai/claude-code": "^1.0.60" "@anthropic-ai/claude-code": "^1.0.61" } }, "node_modules/@anthropic-ai/claude-code": { "version": "1.0.60", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.60.tgz", "integrity": "sha512-CH6DmwrN8AOVzbtT7tOv6iXR+Ka9QnkqBjuMRCAap78feC4ZDRo7hCOB4OYktNovVw011a1V5fRILdS9UTnPiQ==", "version": "1.0.61", "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.61.tgz", "integrity": "sha512-+gjKzY1hsWfHoH52SgKR6E0ujCDPyyRsjyRShtZfS0urKd8VQq3D/DF3hvT3P4JJeW0YuWp5Dep0aSRON+/FFA==", "license": "SEE LICENSE IN README.md", "bin": { "claude": "cli.js" Loading
pkgs/by-name/cl/claude-code/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ buildNpmPackage rec { pname = "claude-code"; version = "1.0.60"; version = "1.0.61"; nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; hash = "sha256-ygeitenu4z9ACbezO53I2Xnk6NtE1fWVzCi3mZS7wF8="; hash = "sha256-K10rlFGi2KH65VE0kiBY1lU16xkMPV24/GSD6OjU3v0="; }; npmDepsHash = "sha256-F4wAjwTSs5jYoVgJoCrrI1dHlBmxxfWF/KGvuu5Gl30="; npmDepsHash = "sha256-8Wt8+ZVMSESULguBME/TMMbTUXH3Soha3RTHWs1rBow="; postPatch = '' cp ${./package-lock.json} package-lock.json Loading