lol

claude-code: 0.2.52 -> 0.2.53 (#392078)

authored by

Pol Dellaiera and committed by
GitHub
c71c799f 43ed5ff7

+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.52" 8 + "@anthropic-ai/claude-code": "^0.2.53" 9 9 } 10 10 }, 11 11 "node_modules/@anthropic-ai/claude-code": { 12 - "version": "0.2.52", 13 - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.52.tgz", 14 - "integrity": "sha512-r+t2xAEoimXNJCytZ2uPGx3sP7dG6sA7kGoV16QtnAYjghB/k8YHB4Fq5sIumekYfHUWEp75CcwZ73cmIlrjYg==", 12 + "version": "0.2.53", 13 + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.53.tgz", 14 + "integrity": "sha512-DKXGjSsu2+rc1GaAdOjRqD7fMLvyQgwi/sqf6lLHWQAarwYxR/ahbSheu7h1Ub0wm0htnuIqgNnmNZUM43w/3Q==", 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.52"; 9 + version = "0.2.53"; 10 10 11 11 src = fetchzip { 12 12 url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; 13 - hash = "sha256-Yhsmc95rzMEMB2e4Chs6E8r2cFZeOPAs6pH5fH5nC5E="; 13 + hash = "sha256-oWXtIGJwVe/LwAlIWfpA5Jn9zZWQtjw03DkyQ/Sg08c="; 14 14 }; 15 15 16 - npmDepsHash = "sha256-L+aGG3qHdoO+pdgSq+BhbhDszmIWWssqbyviytokzuI="; 16 + npmDepsHash = "sha256-3igDt1N77LJu5Dq9uK3bd90sfYZkjBOt5ArvoRibFeo="; 17 17 18 18 postPatch = '' 19 19 cp ${./package-lock.json} package-lock.json