sing-box: 1.9.3 -> 1.9.4

Diff: https://github.com/SagerNet/sing-box/compare/v1.9.3...v1.9.4
This commit is contained in:
hellodword 2024-08-19 04:32:27 +00:00
parent 429ea1375a
commit 25a8ee78fe
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.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-5T3Z5tayiKLeyP92Sgmxe3+QQW1QFIw3f+SF9qlr6bI=";
hash = "sha256-+BQWmb09kCAjJioutD9xOWxQoZtBrTJFp0yAun/nDCc=";
};
vendorHash = "sha256-UVFswS51OlYf01UJT7kqeCvmh3kGsiKet7tH/2AOkjc=";
vendorHash = "sha256-LCA59LijHLpM1bo4/yuFGrnk0g9DSXEZwmBUspGylV8=";
tags = [
"with_quic"