fix(nix): update vendorHash and vendor dir for new deps

This commit is contained in:
Alexander
2026-04-10 18:25:19 +02:00
parent da59d8f83b
commit 807e8ba133
+7 -2
View File
@@ -1,4 +1,9 @@
{ buildGoModule, lib, pkgs, ... }: {
buildGoModule,
lib,
pkgs,
...
}:
buildGoModule rec { buildGoModule rec {
pname = "anthropic-proxy"; pname = "anthropic-proxy";
@@ -6,7 +11,7 @@ buildGoModule rec {
src = ./.; src = ./.;
vendorHash = "sha256-QUb/DIX3x/MBZd3srF0hV2x/o0wf7zNzj2SEhTIpq58="; vendorHash = "sha256-xKztaGlelw7OI/6RJkkepHmLLH+dCCqYXE71C+y3PwI=";
meta = with lib; { meta = with lib; {
description = "Reverse proxy that lets OpenCode (and similar tools) use a Claude subscription instead of an API key."; description = "Reverse proxy that lets OpenCode (and similar tools) use a Claude subscription instead of an API key.";