sing-box: 1.7.2 -> 1.7.4

Diff: https://github.com/SagerNet/sing-box/compare/v1.7.2...v1.7.4
This commit is contained in:
Nick Cao 2023-12-08 17:18:51 -05:00
parent bf67c02b1b
commit 9312e5819f
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.7.2";
version = "1.7.4";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-SaWSmc498eLkWddnsHFpR6BPSbX/VHAlq+X4B7JG3Rk=";
hash = "sha256-I1c6zc/vnAoE97wESy3ZGITto4d5dfjpGNbw4vTeElc=";
};
vendorHash = "sha256-Frbv2KD5hJ5HHUdY9mm0aZ9NA5TN1D0am+FhpJZTvr4=";
vendorHash = "sha256-wK5gwj7UnQCHtRLim3S81n0T2N8jMP74K4TWxJYVuRA=";
tags = [
"with_quic"