12 src = fetchFromGitHub {
13 owner = "pufferffish";
16 hash = "sha256-VPIEgvUg0h80Cd611zXQ5mhamfJTQpaDK9kiUMy2G0A=";
22 "-X main.version=v${version}"
25 vendorHash = "sha256-DNTPzZSxcjkcv7RygTpOIgdYEQ8wBPkuJqfzZGt8ExI=";
27 passthru.tests.version = testers.testVersion {
29 command = "wireproxy --version";
34 description = "Wireguard client that exposes itself as a socks5 proxy";
35 homepage = "https://github.com/pufferffish/wireproxy";
36 license = licenses.isc;
37 maintainers = with maintainers; [ _3JlOy-PYCCKUi ];
38 mainProgram = "wireproxy";