vultr-cli: 2.3.0 -> 2.4.0

This commit is contained in:
R. RyanTM 2021-04-05 07:25:05 +00:00 committed by tomberek
parent 11a2772e74
commit 1a99af2ca5

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vultr-cli";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FXOwLYxUMkE+wDY30vjnSZ7zPWZWuWmIH4Uuc0CC7lU=";
sha256 = "sha256-TNytKq2LqLWxNrqesOJbNQUTirvPkxLMqJmtbmFq+0Y=";
};
vendorSha256 = null;