Merge pull request #224840 from IndeedNotJames/vultr-cli

vultr-cli: 2.15.0 -> 2.16.2, enable tests
This commit is contained in:
Mario Rodas 2023-04-06 18:22:09 -05:00 committed by GitHub
commit c2cda20d67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,16 @@
buildGoModule rec {
pname = "vultr-cli";
version = "2.15.0";
version = "2.16.2";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-F2ZC8JC0PYY4u2to+QzQr2z2+tqOkx59lz8EHqqPotY=";
hash = "sha256-TugONG98MC1+B9kDLH9xeMmD41fHNV8VCWWWtOdlwys=";
};
vendorSha256 = null;
doCheck = false;
vendorHash = "sha256-P4xr7zVTwBRVoPxtKn3FNV7Vp6lI4uWdTJyXwex8Fe4=";
meta = with lib; {
description = "Official command line tool for Vultr services";