fix: forget to change hash lol

This commit is contained in:
Rasyidan Akbar F. 2025-10-02 11:19:58 +07:00
commit 2d5a6e58fd

View file

@ -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 ];