Update vibe proxy
This commit is contained in:
parent
2e6afc460b
commit
10e72b5353
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ let
|
||||||
pname = if embedFrontend then "vibe-proxy" else "vibe-proxy-backend";
|
pname = if embedFrontend then "vibe-proxy" else "vibe-proxy-backend";
|
||||||
inherit version;
|
inherit version;
|
||||||
src = backendSource;
|
src = backendSource;
|
||||||
vendorHash = "sha256-CrDp7MOr+AwJUhTovklXx3F1yaktQlvD7VYhYSY6VvY=";
|
vendorHash = "sha256-6t1V6NIdK/QLevTMtt8MoRJiJT1DT1R67xHjYaVmyA4=";
|
||||||
subPackages = [ "cmd/server" ];
|
subPackages = [ "cmd/server" ];
|
||||||
tags = lib.optional embedFrontend "frontend";
|
tags = lib.optional embedFrontend "frontend";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue