sing-box: 1.6.1 -> 1.6.2

Diff: https://github.com/SagerNet/sing-box/compare/v1.6.1...v1.6.2
This commit is contained in:
Nick Cao
2023-11-07 08:38:58 -05:00
parent 5df4c7570b
commit fb48ac3ba2
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-VqZFQB0TaRd4iYSCfZaRVoxUTuPNX5T7eZ/KppM8+QQ=";
hash = "sha256-LbgKgHny9RtowOGBQGW+ZSsxxzddTrSj2bvaC48HsU0=";
};
vendorHash = "sha256-8nm1yXlWNXl+/USpnpu2Ndgvn9l/5oR2dNtD8ykfZzM=";
vendorHash = "sha256-uW9du8ySGQL9frGlNec6ISagiZtR/w8ZhMwpTmWllow=";
tags = [
"with_quic"