mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 14:28:38 +00:00
Merge pull request #277652 from NickCao/sing-box
sing-box: 1.7.6 -> 1.7.7
This commit is contained in:
commit
5eee63e188
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user