sing-box: 1.3.5 -> 1.3.6

Diff: https://github.com/SagerNet/sing-box/compare/v1.3.5...v1.3.6
This commit is contained in:
Nick Cao 2023-08-07 10:58:01 +08:00
parent 5068bc8fe9
commit 61c969e5b7
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.3.5";
version = "1.3.6";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-fSQuVvV2dL+cdPIAqyXbDB8OSW77gxaYaOHKElEbq6o=";
hash = "sha256-iVoouUEZ3dMv3sD7eljltsWrdhAn9L+YtG1bbB5YuPM=";
};
vendorHash = "sha256-AMtDAAKNbKRFcu9OEW9E+S73gGgXK7HaroEdidrXS4Y=";
vendorHash = "sha256-4Rr/ILnDLJ4x0uSDOzTX2cjT3kaIApLOCo2NEOzGoyA=";
tags = [
"with_quic"