1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "shadowsocks-v2ray-plugin";
7 src = fetchFromGitHub {
11 sha256 = "0aq445gnqk9dxs1hkw7rvk86wg0iyiy0h740lvyh6d9zsqhf61wb";
14 vendorSha256 = "0vzd9v33p4a32f5ic9ir4g5ckis06wpdf07a649h9qalimxnvzfz";
17 description = "Yet another SIP003 plugin for shadowsocks, based on v2ray";
18 homepage = "https://github.com/shadowsocks/v2ray-plugin/";
19 license = licenses.mit;
20 maintainers = [ maintainers.ahrzb ];