nixpkgs/pkgs/applications/networking/instant-messengers/zoom-us/update.sh

9 lines
249 B
Bash
Raw Normal View History

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl pup common-updater-scripts
set -eu -o pipefail
version="$(curl -Ls https://zoom.us/download\?os\=linux | pup '.linux-ver-text text{}' | cut -d' ' -f2)"
2019-04-06 17:30:32 +00:00
update-source-version zoom-us "$version"