about summary refs log tree commit diff
path: root/pkgs/tools/networking/v2ray/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/v2ray/update.sh')
-rwxr-xr-xpkgs/tools/networking/v2ray/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/v2ray/update.sh b/pkgs/tools/networking/v2ray/update.sh
index 3b3a9de7385c6..f645b8ea09396 100755
--- a/pkgs/tools/networking/v2ray/update.sh
+++ b/pkgs/tools/networking/v2ray/update.sh
@@ -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