about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-10 01:05:14 +0100
committerGitHub <noreply@github.com>2023-12-10 01:05:14 +0100
commit404c1902f27ba29cd7b68f8b472943ea212f7902 (patch)
treecc26fcd971837aa5dd44585609726ed09fb3c11c /pkgs/tools
parent84536849e642d11780b35db7862b23cf4423aff0 (diff)
parent9312e5819f6cb593e61ecd485220ccebeb59b4db (diff)
downloadnixlib-404c1902f27ba29cd7b68f8b472943ea212f7902.tar
nixlib-404c1902f27ba29cd7b68f8b472943ea212f7902.tar.gz
nixlib-404c1902f27ba29cd7b68f8b472943ea212f7902.tar.bz2
nixlib-404c1902f27ba29cd7b68f8b472943ea212f7902.tar.lz
nixlib-404c1902f27ba29cd7b68f8b472943ea212f7902.tar.xz
nixlib-404c1902f27ba29cd7b68f8b472943ea212f7902.tar.zst
nixlib-404c1902f27ba29cd7b68f8b472943ea212f7902.zip
Merge pull request #273005 from NickCao/sing-box
sing-box: 1.7.2 -> 1.7.4
Diffstat (limited to 'pkgs/tools')
-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 361eacae4d0e..a158f221894a 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.7.2";
+  version = "1.7.4";
 
   src = fetchFromGitHub {
     owner = "SagerNet";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-SaWSmc498eLkWddnsHFpR6BPSbX/VHAlq+X4B7JG3Rk=";
+    hash = "sha256-I1c6zc/vnAoE97wESy3ZGITto4d5dfjpGNbw4vTeElc=";
   };
 
-  vendorHash = "sha256-Frbv2KD5hJ5HHUdY9mm0aZ9NA5TN1D0am+FhpJZTvr4=";
+  vendorHash = "sha256-wK5gwj7UnQCHtRLim3S81n0T2N8jMP74K4TWxJYVuRA=";
 
   tags = [
     "with_quic"