sing-box: 1.6.4 -> 1.6.5

Diff: https://github.com/SagerNet/sing-box/compare/v1.6.4...v1.6.5
This commit is contained in:
Nick Cao 2023-11-15 22:17:38 -05:00
parent 6a19af3e00
commit 6cc19da53c
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-BYmEtdGaNfZ4QJMF1a+W1LjURh7HpFK1rS64CR46z1M=";
hash = "sha256-djbRt4VdrZ2a0yLbNaFNhKIN0AwuCCJATIcwFhnw5aM=";
};
vendorHash = "sha256-aCYnr9Y6rxmTjY6Q/8IjYSmAVep/0ipitjjeArIhtPI=";
vendorHash = "sha256-qoW9+t427k5Ea9BhAdWIh+utD7EnIU1OLKJfsmYlEt8=";
tags = [
"with_quic"