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

vultr-cli: 2.12.0 -> 2.12.1
This commit is contained in:
Bobby Rong 2022-02-10 17:14:27 +08:00 committed by GitHub
commit 754ebb292f
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.12.0";
version = "2.12.1";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mT99flZAAhLSynD/8+fa74Mc3KK8pVs+OOFDYNSBzEE=";
sha256 = "sha256-jcZiCZn6AbrjEhMkJQloLhZmfnxqlZxu5TXqH+dDN0s=";
};
vendorSha256 = null;