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

vultr-cli: 2.2.0 -> 2.3.0
This commit is contained in:
Daniël de Kok 2021-02-18 19:49:45 +01:00 committed by GitHub
commit 4e2bc82389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "vultr-cli"; pname = "vultr-cli";
version = "2.2.0"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vultr"; owner = "vultr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-zt12LUKcsu/t2wNunIQhrNOqOABjyfL0MkSEPOQswFM="; sha256 = "sha256-FXOwLYxUMkE+wDY30vjnSZ7zPWZWuWmIH4Uuc0CC7lU=";
}; };
vendorSha256 = null; vendorSha256 = null;