diff --git a/package.nix b/package.nix index a323d8a..3a63f29 100644 --- a/package.nix +++ b/package.nix @@ -1,4 +1,9 @@ -{ buildGoModule, lib, pkgs, ... }: +{ + buildGoModule, + lib, + pkgs, + ... +}: buildGoModule rec { pname = "anthropic-proxy"; @@ -6,7 +11,7 @@ buildGoModule rec { src = ./.; - vendorHash = "sha256-QUb/DIX3x/MBZd3srF0hV2x/o0wf7zNzj2SEhTIpq58="; + vendorHash = "sha256-xKztaGlelw7OI/6RJkkepHmLLH+dCCqYXE71C+y3PwI="; meta = with lib; { description = "Reverse proxy that lets OpenCode (and similar tools) use a Claude subscription instead of an API key.";