sing-box: 1.7.8 -> 1.8.0

Diff: https://github.com/SagerNet/sing-box/compare/v1.7.8...v1.8.0
This commit is contained in:
Nick Cao
2024-01-05 22:35:09 -05:00
parent 24869f05da
commit bf3c45b316
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.7.8";
version = "1.8.0";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-rMt5u+EusvZ6vl0xlBguh7zs6ZJgdgOaBzimsaww6Ew=";
hash = "sha256-MKvqnPHcao7Hpc6C2kEmBAAC3lHHI1nQ+Zpco9WwqoU=";
};
vendorHash = "sha256-6A2FwU2ozgREdyID4TZrBHufcSWYVy4TfhI7ouIPA6c=";
vendorHash = "sha256-8qNH4tQQMwVMpyUTrpL6StkYawO1kWOYXorRTh4GeIQ=";
tags = [
"with_quic"