sing-box: 1.8.5 -> 1.8.6

Diff: https://github.com/SagerNet/sing-box/compare/v1.8.5...v1.8.6
This commit is contained in:
Nick Cao 2024-02-24 10:38:26 -05:00
parent a87592e892
commit 2c27aae178
No known key found for this signature in database

View file

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-fW96Hh0eBK8pKkrQP+uA2uaqnZFvZszX2d+VOxKo5Zk=";
hash = "sha256-t7P1W1iw5nCdACrByZormeq3r2KGAnZRFoXTRNjGztg=";
};
vendorHash = "sha256-4PauMcKpjXtXHJds8MJPH9L+UYPu2fFltP2uUEXtb+o=";
vendorHash = "sha256-J6+b0uZwBoxwc43+5PXFwztXC1abHvtK4ejg5vA757E=";
tags = [
"with_quic"