{ungoogled-,}chromium,chromedriver: 130.0.6723.58 -> 130.0.6723.69 (#351519)
[NixPkgs.git] / pkgs / servers / jibri / update.sh
blob60e348ff0e20877cf9efcc0eaffdc0dd9fe88a4c
1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl pup common-updater-scripts
4 set -eu -o pipefail
6 version="$(curl https://download.jitsi.org/stable/ | \
7 pup 'a[href] text{}' | \
8 awk -F'[_-]' '/jibri/ {printf $2"-"$3"-"$4"\n"}' | \
9 sort -Vu | \
10 tail -n 1)"
12 update-source-version jibri "$version"