shadowsocks-v2ray-plugin: init at 1.3.1
This commit is contained in:
parent
026b4765ba
commit
829dd22cad
23
pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix
Normal file
23
pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "shadowsocks-v2ray-plugin";
|
||||
version = "1.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shadowsocks";
|
||||
repo = "v2ray-plugin";
|
||||
rev = "v${version}";
|
||||
sha256 = "0aq445gnqk9dxs1hkw7rvk86wg0iyiy0h740lvyh6d9zsqhf61wb";
|
||||
};
|
||||
|
||||
vendorSha256 = "0vzd9v33p4a32f5ic9ir4g5ckis06wpdf07a649h9qalimxnvzfz";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Yet another SIP003 plugin for shadowsocks, based on v2ray";
|
||||
homepage = "https://github.com/shadowsocks/v2ray-plugin/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.ahrzb ];
|
||||
};
|
||||
}
|
||||
|
@ -6813,6 +6813,8 @@ in
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
shadowsocks-v2ray-plugin = callPackage ../tools/networking/shadowsocks-v2ray-plugin { };
|
||||
|
||||
sharutils = callPackage ../tools/archivers/sharutils { };
|
||||
|
||||
shelldap = callPackage ../tools/misc/shelldap { };
|
||||
|
Loading…
Reference in New Issue
Block a user