sing-box: 1.10.1 -> 1.10.3

This commit is contained in:
hellodword 2024-11-27 12:19:23 +00:00
parent 722661d33b
commit cb0414ada4
No known key found for this signature in database
GPG Key ID: 094D44EBA7DBAE80

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.10.1";
version = "1.10.3";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-WGlYaD4u9M1hfT+L6Adc5gClIYOkFsn4c9FAympmscQ=";
hash = "sha256-Xornyh9FT4ZqR0QjYMlgPhWEDFGb1DEPCngGpuix4A0=";
};
vendorHash = "sha256-lyZ2Up1SSaRGvai0gGtq43MSdHfXc2PuxflSbASYZ4A=";
vendorHash = "sha256-3YRtwYkyvtMtMUN1O6yb1JQnSXdsb8KnQ9WsnGtvGnk=";
tags = [
"with_quic"