fix(nix): update vendorHash and vendor dir for new deps
This commit is contained in:
+7
-2
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user