trojan-go: fix functionalities (#395140)

This commit is contained in:
Aleksana
2025-04-10 17:03:24 +08:00
committed by GitHub
+14
View File
@@ -19,6 +19,20 @@ buildGoModule rec {
vendorHash = "sha256-c6H/8/dmCWasFKVR15U/kty4AzQAqmiL/VLKrPtH+s4=";
ldflags = [
"-X github.com/p4gefau1t/trojan-go/constant.Version=v${version}"
"-X github.com/p4gefau1t/trojan-go/constant.Commit=v${version}"
];
tags = [
"api"
"client"
"server"
"forward"
"nat"
"other"
];
# tests fail due to requiring networking
doCheck = false;