sing-box: 1.9.2 -> 1.9.3
Diff: https://github.com/SagerNet/sing-box/compare/v1.9.2...v1.9.3
This commit is contained in:
parent
47b75e37d5
commit
a989322259
@ -11,16 +11,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "sing-box";
|
||||
version = "1.9.2";
|
||||
version = "1.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SagerNet";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-pcmY/AU/P0ebGbcJVhp8Moj4y3B2AbyZD56Fw2ZSpt4=";
|
||||
hash = "sha256-5T3Z5tayiKLeyP92Sgmxe3+QQW1QFIw3f+SF9qlr6bI=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-gmh+0NYOXcBsD+aamCTuOlgvYqmtfDnar2iGWRcepPE=";
|
||||
vendorHash = "sha256-UVFswS51OlYf01UJT7kqeCvmh3kGsiKet7tH/2AOkjc=";
|
||||
|
||||
tags = [
|
||||
"with_quic"
|
||||
|
Loading…
Reference in New Issue
Block a user