sing-box: 1.8.1 -> 1.8.2

Diff: https://github.com/SagerNet/sing-box/compare/v1.8.1...v1.8.2
This commit is contained in:
Nick Cao 2024-01-16 11:01:32 -05:00
parent b1ca453d65
commit 026995d7f4
No known key found for this signature in database

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "sing-box";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-gz0kfrpRz1OgruNBkpO6N80nmK4iAS+KlK9LYQZpRUQ=";
hash = "sha256-+N+3RfWOIM6bZAxmmfG3jMWICWKvOC1CV4hBv8oZjIM=";
};
vendorHash = "sha256-NgtZ0z/9X+GWaZqQJMecF/Bxq9u8JKCewgQGSru+EJc=";