1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl jq common-updater-scripts
4 version
=$
(curl
--silent "https://api.github.com/repos/zerotier/ZeroTierOne/releases" | jq
'.[0].tag_name' --raw-output)
6 curl
--silent "https://raw.githubusercontent.com/zerotier/ZeroTierOne/$version/rustybits/Cargo.lock" > "$(dirname "$0")/Cargo.lock"
7 update-source-version zerotierone
"$version"