Merge pull request #222831 from NickCao/singbox

sing-box: 1.1.7 -> 1.2.0
This commit is contained in:
Nick Cao 2023-03-25 10:31:53 +08:00 committed by GitHub
commit 36a83ef031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,24 +8,26 @@
buildGoModule rec {
pname = "sing-box";
version = "1.1.7";
version = "1.2.0";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-jovUK535vZeCgnnW+9/gjXwCkNLMXdiCJwWqFKCubcU=";
hash = "sha256-4ww2AlDoFZASRMq05a92FSzl8rrtu3xO4vjvGWYn9rA=";
};
vendorHash = "sha256-WYMCsFX5/4H+Bc0KcxcPMjfz2wEXz3V4D0sww15AgvE=";
vendorHash = "sha256-fj6W4+YTJpemNgdfIvnUy82sPU99Uh18nCou/7cjF1o=";
tags = [
"with_quic"
"with_grpc"
"with_dhcp"
"with_wireguard"
"with_shadowsocksr"
"with_ech"
"with_utls"
"with_reality_server"
"with_acme"
"with_clash_api"
"with_v2ray_api"