diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-10-31 20:47:15 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-10-31 20:47:15 +0900 |
| commit | 09c257e77f925efb4be2d3c8331b4322551e853f (patch) | |
| tree | 222679512a4f3fbbb84c30389752a87f6f3c9f0d /pkgs/claude-code/default.nix | |
| parent | 1ab68b2f8ebe81c43c9411b92b9edb72ad2472b6 (diff) | |
| download | nur-packages-main.tar.gz nur-packages-main.tar.zst nur-packages-main.zip | |
Diffstat (limited to 'pkgs/claude-code/default.nix')
| -rw-r--r-- | pkgs/claude-code/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/claude-code/default.nix b/pkgs/claude-code/default.nix index da2f94d..f738133 100644 --- a/pkgs/claude-code/default.nix +++ b/pkgs/claude-code/default.nix @@ -9,14 +9,14 @@ }: buildNpmPackage (finalAttrs: { pname = "claude-code"; - version = "2.0.28"; + version = "2.0.30"; src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz"; - hash = "sha256-S8Qp6xzbEnU0GOx8BfblHMsjmOZkPuTvSeCAHEZN8+E="; + hash = "sha256-8XpxFnS+d8xYvK21bsVyCz879Gl39i/wDWr6RtEGE3Q="; }; - npmDepsHash = "sha256-g03tfNJjx/KIUu14/mqranKR4G8mo9ig74iRgCdiJuE="; + npmDepsHash = "sha256-ZDRgLH3AhkcLBrzUys/ON2OBvBV7trPmlOJ2l6gQpV4="; postPatch = '' cp ${./package-lock.json} package-lock.json |
