sing-box: 1.11.1 -> 1.11.3

Diff: https://github.com/SagerNet/sing-box/compare/v1.11.1...v1.11.3
This commit is contained in:
Guanran Wang 2025-02-11 18:03:01 +08:00
parent fa35a3c8e1
commit 89ac884349
No known key found for this signature in database
GPG Key ID: 91F97D9ED12639CF

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.11.1";
version = "1.11.3";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-W/b3pAyeTQiBZ5T8u74JITlAfJ5fmWn8DUUTw9tAZTk=";
hash = "sha256-TaCz3IS+t4v7p/gT19DCP5ARM3nvFqDPGtMv/Vvwmtk=";
};
vendorHash = "sha256-NWHDEN7aQWR3DXp9nFNhxDXFMeBsCk8/ZzCcT/zgwmI=";
vendorHash = "sha256-Ix4Pzq+yGfaJNPJnhLGgcCzZ85hGjSU24NffMR3ZSxQ=";
tags = [
"with_quic"