nixpkgs/pkgs/applications/misc/1password-gui/update.sh
Daniël de Kok f5c9166536 _1password-gui: 8.0.30 -> 8.0.33-53.BETA
Also modify the update script to work again.

Note that prior versions were also part of the Linux beta. So, the use
of BETA in the version does not mean that this update switch from a
stable version to a beta version.
2021-05-01 11:11:43 +02:00

6 lines
289 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl gnused common-updater-scripts
version="$(curl -sL https://onepassword.s3.amazonaws.com/linux/debian/dists/edge/main/binary-amd64/Packages | sed -r -n 's/^Version: (.*)/\1/p' | head -n1)"
update-source-version _1password-gui "$version"