sing-box: 1.2.2 -> 1.2.6

Diff: https://github.com/SagerNet/sing-box/compare/v1.2.2...v1.2.6
This commit is contained in:
Nick Cao 2023-04-22 10:15:03 +08:00
parent 11bc627e28
commit 2c1be1a764
No known key found for this signature in database

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "sing-box";
version = "1.2.2";
version = "1.2.6";
src = fetchFromGitHub {
owner = "SagerNet";
repo = pname;
rev = "v${version}";
hash = "sha256-IHYg3X1LBH7Ne83j0caJHHkBDMy7EcMKSFd0U5sHabI=";
hash = "sha256-RSRhxsTbwYEho1+1ar2kX8gmQGOWIULlZcb84qNMMF8=";
};
vendorHash = "sha256-J9KGtAZ+J7EJKJOEEH44bhG8Gln8Gv87ryB3nswxDO0=";
vendorHash = "sha256-BdM+uK7ouCzDKWlifyaHK+GqbIpODVfjiXnyvmKKKrk=";
tags = [
"with_quic"