Update vibe proxy

This commit is contained in:
Alois 2026-08-27 15:40:05 +02:00
commit 10e72b5353
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -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";