chore(claude-code): bump version to 1.0.69
- Updated the package version from 1.0.58 to 1.0.69 in `package.nix`. - Adjusted the hash value to match the new source package.
This commit is contained in:
parent
6eb088e366
commit
2fcdcc6c17
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildNpmPackage rec {
|
||||
pname = "claude-code";
|
||||
version = "1.0.58";
|
||||
version = "1.0.69";
|
||||
|
||||
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-Mp3S269iifNGSEz83IF6bqbgdy6Im1bQjR8oaaL3W8c=";
|
||||
hash = "sha256-uZbe7N3FSAVxNxL7npujJcBFH6ZjnwDz327bZWN2IEM=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-TxKqpiPpxEfYowQswMrcWIotAdmLvHJyQ56vK39asNs=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue