Merge pull request #134208 from Kranzes/auto-update/vultr-cli

vultr-cli: 2.4.1 -> 2.7.0
This commit is contained in:
Ben Siraphob 2021-08-15 15:31:30 +00:00 committed by GitHub
commit 9d96f952b6
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.4.1";
version = "2.7.0";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
sha256 = "sha256:0qbsybs91v9vnkxj4kpwqhzk4hgpkq36wnixxjajg038x7slds4i";
sha256 = "sha256-3q0in41/ZGuZcMiu+5qT8AGttro2it89xp741RCxAYY=";
};
vendorSha256 = null;