Unverified Commit 602fdcff authored by André Silva's avatar André Silva
Browse files

claude-code: 2.0.33 -> 2.0.34

parent 550b5f9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "name": "@anthropic-ai/claude-code",
  "version": "2.0.33",
  "version": "2.0.34",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@anthropic-ai/claude-code",
      "version": "2.0.33",
      "version": "2.0.34",
      "license": "SEE LICENSE IN README.md",
      "bin": {
        "claude": "cli.js"
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
buildNpmPackage (finalAttrs: {
  pname = "claude-code";
  version = "2.0.33";
  version = "2.0.34";

  src = fetchzip {
    url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${finalAttrs.version}.tgz";
    hash = "sha256-Ng9uJj4STRCKk2ndk7zH3fF/OLZ/cvZSGKH2QRyOFcM=";
    hash = "sha256-GYykbpvkFTsj7tlsAimDrNbN9kP1+8AtfG+Boch8eSk=";
  };

  npmDepsHash = "sha256-89+DrE8rG5WPw6J+iw4t1t+1yJKdbaKLDodfP/CsViU=";
  npmDepsHash = "sha256-D0sbwZ5eCzIobFGf5LY7u3/RWQ6bYpGFDlU/ClPTA7Y=";

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