Merge pull request #194688 from r-ryantm/auto-update/vultr-cli

vultr-cli: 2.14.2 -> 2.15.0
This commit is contained in:
Mario Rodas 2022-10-06 19:01:53 -05:00 committed by GitHub
commit 2e3a5a1d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vultr-cli";
version = "2.14.2";
version = "2.15.0";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Rlill4T9zHdJUVk/46cPknaBXNN+PUGungqRdTMHFz4=";
sha256 = "sha256-F2ZC8JC0PYY4u2to+QzQr2z2+tqOkx59lz8EHqqPotY=";
};
vendorSha256 = null;