chore: upgrade claude-code to version 1.0.2
Update the claude-code package version from 0.2.124 to 1.0.2. Adjust associated hashes to match the new package version and ensure integrity.
This commit is contained in:
parent
3c929f2c5a
commit
95cab4b629
|
@ -6,14 +6,14 @@
|
|||
|
||||
buildNpmPackage rec {
|
||||
pname = "claude-code";
|
||||
version = "0.2.124";
|
||||
version = "1.0.2";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
|
||||
hash = "sha256-yKosjs+peqk83UWZ1nx5RO1Gp6HjcFisAqIo7Cmo8fo=";
|
||||
hash = "sha256-mQv2o9uaOZiZSdkNmLiqJs66fe9fiHfEmrXQZwmME34=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-sUhpdjkLW/wI6zCIKkfcomYccwJw3S5q0FLGfUB7API=";
|
||||
npmDepsHash = "sha256-Diii1tBBzYlB4svlphtu1VAOoijoq9WudxtJFSXXbbE=";
|
||||
|
||||
postPatch = ''
|
||||
cp ${./package-lock.json} package-lock.json
|
||||
|
|
Loading…
Reference in a new issue