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

vultr-cli: 2.7.0 -> 2.8.0
This commit is contained in:
Sandro 2021-08-25 13:53:14 +02:00 committed by GitHub
commit ba2824d029
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.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3q0in41/ZGuZcMiu+5qT8AGttro2it89xp741RCxAYY=";
sha256 = "sha256-BPeOud10cTsZ2flWRMf6F/i9JwnPPDFje3OZIAUa0O8=";
};
vendorSha256 = null;