v2ray: 4.34.0 -> 4.35.1
Also handle SRI hash produced by nix unstable in update script.
This commit is contained in:
@@ -61,7 +61,7 @@ set +o pipefail
|
||||
vendorSha256=$(
|
||||
nix-build "$nixpkgs" -A v2ray --no-out-link 2>&1 |
|
||||
tee /dev/stderr |
|
||||
sed -nE 's/.*got:\s*sha256:(\w+)$/\1/p'
|
||||
sed -nE 's/.*got:\s*(sha256\S+)$/\1/p'
|
||||
)
|
||||
[[ "$vendorSha256" ]]
|
||||
sed --in-place \
|
||||
|
||||
Reference in New Issue
Block a user