Merge pull request #246493 from NickCao/singbox

sing-box: 1.3.4 -> 1.3.5
This commit is contained in:
Nick Cao 2023-08-01 18:22:25 -06:00 committed by GitHub
commit 33b6f8b63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View file

@ -8,7 +8,10 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
nodes.machine = { pkgs, ... }: {
environment.systemPackages = [ pkgs.curl ];
services.nginx.enable = true;
services.nginx = {
enable = true;
statusPage = true;
};
services.sing-box = {
enable = true;
settings = {

View file

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.3.4";
version = "1.3.5";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-0/3y9aIhKzWIvt8iWcrJwQreBkSLcoPQ55gyTp48ysg=";
hash = "sha256-fSQuVvV2dL+cdPIAqyXbDB8OSW77gxaYaOHKElEbq6o=";
};
vendorHash = "sha256-G6//YPNWhgTJf6nv+9KRExCclotsmk7TzzuxXmdiVVU=";
vendorHash = "sha256-AMtDAAKNbKRFcu9OEW9E+S73gGgXK7HaroEdidrXS4Y=";
tags = [
"with_quic"