sing-box: 1.6.7 -> 1.7.0

Diff: https://github.com/SagerNet/sing-box/compare/v1.6.7...v1.7.0
This commit is contained in:
Nick Cao 2023-11-29 22:17:13 -05:00
parent 045d470051
commit c0fad37a70
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.6.7";
version = "1.7.0";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-aER74HRU3yohIIhNel6KdmfDkrrSOiB8pkTf/hEA5uU=";
hash = "sha256-XD4xWOQumqbXMBbzHgCIgFIegUqJnFZsAvk1VZXX5rc=";
};
vendorHash = "sha256-+L816RufHZ7TSoJF7HzCvS+GfWxeGBRXh7nOF0gYIZ8=";
vendorHash = "sha256-U70FjJ0HO5dyFj50qpyjy+k2r7IR/6gOLDi2LM3M3No=";
tags = [
"with_quic"