10 src = fetchFromGitHub {
14 sha256 = "sha256-FBYRqxS8DJbIc8j8X6WNxl6a1YRcNrPSnNfrq/Y0fMM=";
17 vendorSha256 = "sha256-XWzbEtYd8h63QdpAQZTGxyxMAAnpKO9Fp4y8/eeZ7Xw=";
21 "-X github.com/xjasonlyu/tun2socks/v2/internal/version.Version=v${version}"
22 "-X github.com/xjasonlyu/tun2socks/v2/internal/version.GitCommit=v${version}"
26 homepage = "https://github.com/xjasonlyu/tun2socks";
27 description = "tun2socks - powered by gVisor TCP/IP stack";
28 license = licenses.gpl3Plus;
29 maintainers = with maintainers; [ nickcao ];