1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p common-updater-scripts curl jq
6 basedir
="$(git rev-parse --show-toplevel)"
7 version
="$(curl -sL https://cdn.cypress.io/desktop/ | jq '.version' --raw-output)"
10 update-source-version cypress
"$version"