vultr-cli: 2.16.2 -> 2.17.0

Diff: https://github.com/vultr/vultr-cli/compare/v2.16.2...v2.17.0
This commit is contained in:
Nick Cao 2023-06-21 20:45:47 +08:00
parent be0d864e8f
commit 95323ee874
No known key found for this signature in database

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vultr-cli";
version = "2.16.2";
version = "2.17.0";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
hash = "sha256-TugONG98MC1+B9kDLH9xeMmD41fHNV8VCWWWtOdlwys=";
hash = "sha256-z5G7oXthz1oP9h6IwKZrkG0waBurBpbOALGdcAuThnc=";
};
vendorHash = "sha256-P4xr7zVTwBRVoPxtKn3FNV7Vp6lI4uWdTJyXwex8Fe4=";
vendorHash = "sha256-c5FzeqC+uEnVT3TxXHzI4FFIdJvKQ2tgGQAwd1DE5eM=";
meta = with lib; {
description = "Official command line tool for Vultr services";