sing-box: 1.3.4 -> 1.3.5

Diff: https://github.com/SagerNet/sing-box/compare/v1.3.4...v1.3.5
This commit is contained in:
Nick Cao 2023-08-01 12:44:28 +08:00
parent 8767a67247
commit 9d8828915b
No known key found for this signature in database
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"