Merge pull request #277652 from NickCao/sing-box

sing-box: 1.7.6 -> 1.7.7
This commit is contained in:
Nick Cao 2023-12-30 12:21:20 -05:00 committed by GitHub
commit 5eee63e188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.7.6";
version = "1.7.7";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-ZrZ2mqf1/D4L+1SlTx3rwkmk9+RcqH/yuMZie6jtpmc=";
hash = "sha256-EiWwy417PFMzk/v6mUCPuTW/xWicq7sqPZKpL+M3ZIo=";
};
vendorHash = "sha256-nIVm2+F+5rXTiode240zZXxIAQA4VkNynYnmdvSwEHw=";
vendorHash = "sha256-cd0oN11YqgG8wJZJ4PiPaD1krKc2UcB0zngj9nTrpoY=";
tags = [
"with_quic"
@ -68,5 +68,6 @@ buildGoModule rec {
description = "The universal proxy platform";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ nickcao ];
mainProgram = "sing-box";
};
}