sing-box: 1.4.0 -> 1.4.1

Diff: https://github.com/SagerNet/sing-box/compare/v1.4.0...v1.4.1
This commit is contained in:
Nick Cao 2023-09-01 18:13:47 +08:00
parent c236073d10
commit 8f91af69b8
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-i6Cpb4NQNsyIrMOihWYdR37BkSouSCWi3nxMnbODnZU=";
hash = "sha256-AB+JNac9553Viw/XVqLFAQnEOwweCz3ltyUbB1gYMmM=";
};
vendorHash = "sha256-6Mx8kdZL7EguQoh1upuu6wGZckczDoGmRjOFCpv756s=";
vendorHash = "sha256-Je5852dIKjlTAym00V2gNz89Hrl8QygEfkybZlLVktY=";
tags = [
"with_quic"