nixpkgs/pkgs/applications/networking/instant-messengers/zoom-us/update.sh
Amit Aryeh Levy 548ded0ad5 zoom-us: 5.2.446620.0816 -> 5.2.454870.0831
thanks to @doronbehar for changes to update script
2020-09-01 15:44:34 -07:00

9 lines
249 B
Bash
Executable file

#!/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)"
update-source-version zoom-us "$version"