sing-box: 1.13.0 -> 1.13.2 (#497459)
This commit is contained in:
@@ -10,26 +10,30 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "sing-box";
|
||||
version = "1.13.0";
|
||||
version = "1.13.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SagerNet";
|
||||
repo = "sing-box";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-lhkz/mXydZz5iJllqSp4skA4+jxs8oUmon/oFs98Zfc=";
|
||||
hash = "sha256-hoqEaliddv9G91QdU1DQTag/HsViqRBML2a9iGNEcaI=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-vVLaG0PV1OXA+YL67BnrHJiSkNVzJbZ8TeMKbO2rMu0=";
|
||||
vendorHash = "sha256-HAfBXVwwWM6x2Dj1jYXKrmeKtDMXRcYwkbondWkUonI=";
|
||||
|
||||
tags = [
|
||||
"with_gvisor"
|
||||
"with_quic"
|
||||
"with_dhcp"
|
||||
"with_wireguard"
|
||||
"with_utls"
|
||||
"with_acme"
|
||||
"with_clash_api"
|
||||
"with_gvisor"
|
||||
"with_tailscale"
|
||||
"with_ccm"
|
||||
"with_ocm"
|
||||
"badlinkname"
|
||||
"tfogo_checklinkname0"
|
||||
];
|
||||
|
||||
subPackages = [
|
||||
@@ -42,6 +46,8 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
ldflags = [
|
||||
"-X=github.com/sagernet/sing-box/constant.Version=${finalAttrs.version}"
|
||||
"-X=internal/godebug.defaultGODEBUG=multipathtcp=0"
|
||||
"-checklinkname=0"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user