Unverified Commit da9604f3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

opencode-claude-auth: 0.5.5 -> 0.7.3 (#501877)

parents b033b31f b73bce6b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildNpmPackage (finalAttrs: {
  pname = "opencode-claude-auth";
  version = "0.5.5";
  version = "0.7.3";

  src = fetchFromGitHub {
    owner = "griffinmartin";
    repo = "opencode-claude-auth";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ntqMpyXOyOvtZVbe5nZmQ3COxW3kM7IG8CCUbGWYYEk=";
    hash = "sha256-gUvtvOfJLgcPu5OR+wb8nH5AFp7r5HvuGtTr4fUa+lo=";
  };

  npmDepsHash = "sha256-j4h/PUVWcgW9XRnaUqpMSdfb9TZtQfp1cOfxwG4FX5A=";
  npmDepsHash = "sha256-sEavFoCmzitfZqSVvjSYP2FzwzlY4MCGtnAMWDhSgfU=";

  passthru.updateScript = nix-update-script { };