sing-box: 1.4.5 -> 1.4.6

Diff: https://github.com/SagerNet/sing-box/compare/v1.4.5...v1.4.6
This commit is contained in:
Nick Cao 2023-09-27 09:23:30 -04:00
parent 03fe55d354
commit 6fe16fdc80
No known key found for this signature in database

View file

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.4.5";
version = "1.4.6";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-Tb+4k0fwb22gif4SSNDmIBDq346CinhyqxwE0fhkXq4=";
hash = "sha256-8T/jcf8t0VtM1/o3rDsuUVElpUVwPPu7Omv985SILQY=";
};
vendorHash = "sha256-EZ+ehh/FuQWNHqfXWMoSI+z9+OKDTVzRn51CYR/ezZw=";
vendorHash = "sha256-e211xmxU8cmx5f8cDvzSg7l8ljvbLv5Dw+sWy35oEiM=";
tags = [
"with_quic"