sing-box: add updateScript
This commit is contained in:
parent
11df7afec3
commit
21877e107c
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, fetchFromGitHub
|
||||
, installShellFiles
|
||||
, buildPackages
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -51,6 +52,8 @@ buildGoModule rec {
|
|||
--zsh <(${emulator} $out/bin/sing-box completion zsh )
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib;{
|
||||
homepage = "https://sing-box.sagernet.org";
|
||||
description = "The universal proxy platform";
|
||||
|
|
Loading…
Reference in a new issue