diff options
| author | Nick Cao <nickcao@nichi.co> | 2024-09-21 10:02:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-21 10:02:19 -0400 |
| commit | 4e5c217f4e50688e124d02c981c6788b621b00e8 (patch) | |
| tree | 0c83bb63dd0a3c34a8cff96133843e59c584b231 | |
| parent | s3scanner: 3.1.0 -> 3.1.1 (#343452) (diff) | |
| parent | sing-box: 1.9.5 -> 1.9.6 (diff) | |
| download | nixpkgs-4e5c217f4e50688e124d02c981c6788b621b00e8.tar.gz | |
sing-box: 1.9.5 -> 1.9.6 (#343487)
| -rw-r--r-- | pkgs/tools/networking/sing-box/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/sing-box/default.nix b/pkgs/tools/networking/sing-box/default.nix index fb0e8600c459..8d034c1d118c 100644 --- a/pkgs/tools/networking/sing-box/default.nix +++ b/pkgs/tools/networking/sing-box/default.nix @@ -11,13 +11,13 @@ buildGoModule rec { pname = "sing-box"; - version = "1.9.5"; + version = "1.9.6"; src = fetchFromGitHub { owner = "SagerNet"; repo = pname; rev = "v${version}"; - hash = "sha256-yPIlijm5NBtBT2+bkS0sJvPb/Lwqq/ZOcl5g848BvRA="; + hash = "sha256-A9FfATNCS3UaW6YLORIApsgj0VK2jPyg+Ha2gcq6Keo="; }; vendorHash = "sha256-/lp+3mPkGMABpvnxqpuC/7NiKrmcEWYQ80Wb7Ng1eBI="; |
