diff --git a/nix/package.nix b/nix/package.nix index 24e347b..7f4bc32 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -85,7 +85,7 @@ let pname = if embedFrontend then "vibe-proxy" else "vibe-proxy-backend"; inherit version; src = backendSource; - vendorHash = "sha256-CrDp7MOr+AwJUhTovklXx3F1yaktQlvD7VYhYSY6VvY="; + vendorHash = "sha256-6t1V6NIdK/QLevTMtt8MoRJiJT1DT1R67xHjYaVmyA4="; subPackages = [ "cmd/server" ]; tags = lib.optional embedFrontend "frontend";