sing-box: 1.8.11 -> 1.8.12

Diff: https://github.com/SagerNet/sing-box/compare/v1.8.11...v1.8.12
This commit is contained in:
Nick Cao 2024-04-26 09:24:52 -04:00
parent 2c14f74b2b
commit 4bc77f18ee
No known key found for this signature in database

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.8.11";
version = "1.8.12";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-arAT23Cf72CcBVxsSK46eqVxTw8lHiHzzr2u2Xj0dcg=";
hash = "sha256-hgp4SzPJMeIaCxsuK7Y93h6E3KxK0KdNp+DCfv8UtiI=";
};
vendorHash = "sha256-JI8YB1o84xFcfG1p4SkWdhubZlp9q1THfj1Clb8TvHA=";
vendorHash = "sha256-4P36eTT7Q5+fZuPUGKEYal3NQ9WyEJxfNVoKJRIk6bo=";
tags = [
"with_quic"