sing-box: 1.9.7 -> 1.10.0

This commit is contained in:
hellodword
2024-10-15 12:57:37 +00:00
parent 8035ca55f7
commit f84cb59662
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.9.7";
version = "1.10.0";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-ZqcQe2d4IoF7fA2rMASFvGCuiTL+lqQqCpCt/IviClU=";
hash = "sha256-VCx9fxtyCEwcwDCvbeOsW/oafHSSRwVrwX/aaKzgauQ=";
};
vendorHash = "sha256-/lp+3mPkGMABpvnxqpuC/7NiKrmcEWYQ80Wb7Ng1eBI=";
vendorHash = "sha256-zRGawshd+t1eN5CBSmWnyFPKPa8ClZv5k7xFG1qKeU4=";
tags = [
"with_quic"