fix: forget to change hash lol
This commit is contained in:
parent
d096c3a374
commit
2d5a6e58fd
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
|
"https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz";
|
||||||
hash =
|
hash = "sha256-bDnRkUGd3XMFCgVr8m3BZacT+C0/Scbyu3j6kpQWUOM=";
|
||||||
"sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; # Update with actual hash
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ nodejs ];
|
nativeBuildInputs = [ nodejs ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue