sing-box: 1.8.8 -> 1.8.9

Diff: https://github.com/SagerNet/sing-box/compare/v1.8.8...v1.8.9
This commit is contained in:
Nick Cao 2024-03-16 10:58:23 -07:00
parent 5ebdb3eda7
commit 10d3a3a9b0
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.8.8";
version = "1.8.9";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-HbfN9H6mYRZkD1f5CmDSORP29I00u0Ye8l77wrswTE0=";
hash = "sha256-8t+AOTlX34BIftRTZgHwUW3nCPxy8NtbIIocT9YlLbU=";
};
vendorHash = "sha256-tOUzshNU6TIjhWVWmlVcw/Ct/V52b+WIJHqs3+weCc0=";
vendorHash = "sha256-7FHosBMB5pzsvpHXhWEo8fgD4Rn6+CFoBNFHA+V1e6o=";
tags = [
"with_quic"