claude-code: 1.0.65 -> 1.0.67

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

Updated claude-code from version 1.0.65 to 1.0.67, bringing the latest improvements and bug fixes.

authored by Markus Hauck and committed by Austin Seipp a75987b6 e101a87a

+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.65" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 - "version": "1.0.65", 14 - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.65.tgz", 15 - "integrity": "sha512-MUpHFOzdx8EKw3DogQObsL5nseXbMInGHInqRyMVBf2/aLnD4IHEFOuyR5SfnINI9E8lEiqIOy0p3muu60j3uA==", 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.67" 10 } 11 }, 12 "node_modules/@anthropic-ai/claude-code": { 13 + "version": "1.0.67", 14 + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.67.tgz", 15 + "integrity": "sha512-r7CfhbKBXgaL5Wo0BIh08SOahFYQPcbHCNnMLtse7iDd2IVBWeOxqoiqQvzRQ0wTCiqLTshRbnmLWHyP4AbuyQ==", 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.65"; 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-Ch55xuJZJ0LXDTIlC7Ya381jqeGJzYC5IDEY0hS76/M="; 17 }; 18 19 - npmDepsHash = "sha256-iekpD6RTMRHaV2ifogoestwpq3W+JkesjGVlhtGwHQQ="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json
··· 7 8 buildNpmPackage rec { 9 pname = "claude-code"; 10 + version = "1.0.67"; 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-NZgv0nGsq+RuPTJcX0GsE1NWs/PFge2A0ek3BL1fJeY="; 17 }; 18 19 + npmDepsHash = "sha256-v994F0x0LCh+QbIfCywk5agxn7tNhhi+uo/3ka5Iuww="; 20 21 postPatch = '' 22 cp ${./package-lock.json} package-lock.json