Merge pull request #318293 from NickCao/sing-box

sing-box: 1.9.1 -> 1.9.2
This commit is contained in:
Nick Cao 2024-06-09 10:09:58 -04:00 committed by GitHub
commit df142dd3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "sing-box";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-5TSsOlQjsw9UAscWstLsX/6MyexdRHRXu4K/EFPnyvQ=";
hash = "sha256-pcmY/AU/P0ebGbcJVhp8Moj4y3B2AbyZD56Fw2ZSpt4=";
};
vendorHash = "sha256-gmh+0NYOXcBsD+aamCTuOlgvYqmtfDnar2iGWRcepPE=";