From 13420b3b0e9bcc938cfa219bef81cd1b2e1c3aae Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 19 May 2024 11:14:05 -0400 Subject: [PATCH] sing-box: 1.8.13 -> 1.8.14 Diff: https://github.com/SagerNet/sing-box/compare/v1.8.13...v1.8.14 --- pkgs/tools/networking/sing-box/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/networking/sing-box/default.nix b/pkgs/tools/networking/sing-box/default.nix index 7e47db4262c2..51a877b35264 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.8.13"; + version = "1.8.14"; src = fetchFromGitHub { owner = "SagerNet"; repo = pname; rev = "v${version}"; - hash = "sha256-BFkf+Gdej/AsIL89obHEwchrw4IcZqjEkr/suYKbVKY="; + hash = "sha256-46LucDuw5+B44481tafB5RodECAiLcnKQ4TeUhwEOjc="; }; - vendorHash = "sha256-8OsUAknSuSJH1rRxMf8EVTUuIDHsIJauVI7hB4Fk1KU="; + vendorHash = "sha256-7GQTsicl420bXUPT09sBn+OLBA5Ppi8OPWJys8mNe+c="; tags = [ "with_quic"