Merge pull request #222831 from NickCao/singbox
sing-box: 1.1.7 -> 1.2.0
This commit is contained in:
commit
36a83ef031
@ -8,24 +8,26 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sing-box";
|
pname = "sing-box";
|
||||||
version = "1.1.7";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SagerNet";
|
owner = "SagerNet";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-jovUK535vZeCgnnW+9/gjXwCkNLMXdiCJwWqFKCubcU=";
|
hash = "sha256-4ww2AlDoFZASRMq05a92FSzl8rrtu3xO4vjvGWYn9rA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-WYMCsFX5/4H+Bc0KcxcPMjfz2wEXz3V4D0sww15AgvE=";
|
vendorHash = "sha256-fj6W4+YTJpemNgdfIvnUy82sPU99Uh18nCou/7cjF1o=";
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"with_quic"
|
"with_quic"
|
||||||
"with_grpc"
|
"with_grpc"
|
||||||
|
"with_dhcp"
|
||||||
"with_wireguard"
|
"with_wireguard"
|
||||||
"with_shadowsocksr"
|
"with_shadowsocksr"
|
||||||
"with_ech"
|
"with_ech"
|
||||||
"with_utls"
|
"with_utls"
|
||||||
|
"with_reality_server"
|
||||||
"with_acme"
|
"with_acme"
|
||||||
"with_clash_api"
|
"with_clash_api"
|
||||||
"with_v2ray_api"
|
"with_v2ray_api"
|
||||||
|
Loading…
Reference in New Issue
Block a user