Skip to content

Commit 38c9f0d

Browse files
authored
claude-code: 0.2.14 -> 0.2.19 (#385641)
2 parents 11a70a5 + 70edb92 commit 38c9f0d

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

pkgs/by-name/cl/claude-code/package-lock.json

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/cl/claude-code/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
buildNpmPackage rec {
88
pname = "claude-code";
9-
version = "0.2.14";
9+
version = "0.2.19";
1010

1111
src = fetchzip {
1212
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
13-
hash = "sha256-Q/+Wa3RhY2XZc/0afAvCczLtnSVjoAWvhf2VEDHk+D8=";
13+
hash = "sha256-6uCywxu8ji7+Hx/qqxf5IgvifFKwkBn1O/JtFk8wUQE=";
1414
};
1515

16-
npmDepsHash = "sha256-61JgKMXN03LIWcCi9CrSGhtOUJmRurnSSdt2iYHYkEs=";
16+
npmDepsHash = "sha256-SjQ0fNAqqESQjXImIrY2hq065MXofJP6n9MyjQnMXeI=";
1717

1818
postPatch = ''
1919
cp ${./package-lock.json} package-lock.json

0 commit comments

Comments
 (0)