about summary refs log tree commit diff
path: root/pkgs/tools/networking/sing-box
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-27 22:25:26 -0500
committerNick Cao <nickcao@nichi.co>2023-11-27 22:25:26 -0500
commitc9f550e3714902e9c17bd815e3d27d923aa02313 (patch)
tree61d8da9265677e7814ba7d09dc654b46916539e5 /pkgs/tools/networking/sing-box
parentcc0257d0632d2645030f2b22ee8aa96b0c8c1859 (diff)
sing-box: 1.6.6 -> 1.6.7
Diff: https://github.com/SagerNet/sing-box/compare/v1.6.6...v1.6.7
Diffstat (limited to 'pkgs/tools/networking/sing-box')
-rw-r--r--pkgs/tools/networking/sing-box/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/sing-box/default.nix b/pkgs/tools/networking/sing-box/default.nix
index fdc2ab4cca0b9..0463265008acc 100644
--- a/pkgs/tools/networking/sing-box/default.nix
+++ b/pkgs/tools/networking/sing-box/default.nix
@@ -11,16 +11,16 @@
 
 buildGoModule rec {
   pname = "sing-box";
-  version = "1.6.6";
+  version = "1.6.7";
 
   src = fetchFromGitHub {
     owner = "SagerNet";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-IYHrv1Guk1zn1PNKvkS2nBW5ZwS3v+HYYf9/wfE0++s=";
+    hash = "sha256-aER74HRU3yohIIhNel6KdmfDkrrSOiB8pkTf/hEA5uU=";
   };
 
-  vendorHash = "sha256-ZjfvUyqaU3nVR7CYWwCW/3R2YHYL2m9lRNmRlid1ENw=";
+  vendorHash = "sha256-+L816RufHZ7TSoJF7HzCvS+GfWxeGBRXh7nOF0gYIZ8=";
 
   tags = [
     "with_quic"