lol

claude-code: 0.2.65 -> 0.2.67 (#397683)

authored by

Domen Kožar and committed by
GitHub
efcf17a6 16fa7bd0

+7 -7
+4 -4
pkgs/by-name/cl/claude-code/package-lock.json
··· 5 5 "packages": { 6 6 "": { 7 7 "dependencies": { 8 - "@anthropic-ai/claude-code": "^0.2.65" 8 + "@anthropic-ai/claude-code": "^0.2.67" 9 9 } 10 10 }, 11 11 "node_modules/@anthropic-ai/claude-code": { 12 - "version": "0.2.65", 13 - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.65.tgz", 14 - "integrity": "sha512-LCxFb/WeHoHfVhQfEQGbGlFURYCm5Brcff4GHD+lVX2N3GtexLTcf0iXElAYz3S2vlWX9km8nGVfB/Yd/ieVUw==", 12 + "version": "0.2.67", 13 + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.67.tgz", 14 + "integrity": "sha512-z+9luCzhbmTzi/s550fMZCPbDOdc7sre4v0Ig72Svu+Ny+bNQ4TfGua5BP6E97hIummHq0DnYblkev8+RnCmlg==", 15 15 "hasInstallScript": true, 16 16 "license": "SEE LICENSE IN README.md", 17 17 "bin": {
+3 -3
pkgs/by-name/cl/claude-code/package.nix
··· 6 6 7 7 buildNpmPackage rec { 8 8 pname = "claude-code"; 9 - version = "0.2.65"; 9 + version = "0.2.67"; 10 10 11 11 src = fetchzip { 12 12 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; 13 - hash = "sha256-4YFdDEpKi7agSqJUetcItqElec5VD0uQARwDSsh1S8o="; 13 + hash = "sha256-Nbw6SCA2ZK1Viv9EvKB2/tHuR/OthZcZEBayqNKKUYE="; 14 14 }; 15 15 16 - npmDepsHash = "sha256-157BP/8DfEBE2dhOYj3CGzlV7M2EE44L0Zr0qwAQoQw="; 16 + npmDepsHash = "sha256-oJ/lPzJ1dGcb7HMciSl8NXa4p+m4LbSapueDsSisyN8="; 17 17 18 18 postPatch = '' 19 19 cp ${./package-lock.json} package-lock.json