v2ray: 4.35.1 -> 4.36.2

This commit is contained in:
Serval
2021-03-17 15:22:10 +08:00
parent 266dc8c3d0
commit c70467faa0
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ vendorSha256=$(
)
[[ "$vendorSha256" ]]
sed --in-place \
-e "s/vendorSha256 = \".*\"/vendorSha256 = \"$vendorSha256\"/" \
-e "s#vendorSha256 = \".*\"#vendorSha256 = \"$vendorSha256\"#" \
"$version_nix"
echo "vendorSha256 updated" >&2