nixpkgs/pkgs/tools/virtualization/linode-cli
Andrew Marshall ebfb266f31 linode-cli: Remove update check
Upon every API call, this program will check the API version and make a
request to PyPi to check the latest version and, if not latest, will
show a warning like

> The API responded with version 1.2.4, which is newer than the CLI's
> version of 1.2.3.  Please update the CLI to get access to the newest
> features.  You can update with a simple `pip install --upgrade
> linode-cli`

This is not really useful with Nix, as the update message is wrong. And
connecting to a third-party on each usage is not desired, either.
2022-04-01 15:38:49 -04:00
..
default.nix linode-cli: Remove update check 2022-04-01 15:38:49 -04:00
remove-update-check.patch linode-cli: Remove update check 2022-04-01 15:38:49 -04:00
update.sh linode-cli: update script fix #3 2021-10-14 15:17:45 -03:00