nixpkgs/pkgs/applications/office/onlyoffice-bin/update.sh
2021-08-30 13:10:59 -07:00

6 lines
266 B
Bash

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl jq common-updater-scripts
version="$(curl -sL "https://api.github.com/repos/ONLYOFFICE/DesktopEditors/releases?per_page=1" | jq -r ".[0].tag_name" | sed 's/^v//')"
update-source-version onlyoffice-bin "$version"