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

vultr-cli: 3.3.0 -> 3.3.1
This commit is contained in:
Nick Cao 2024-07-30 16:42:38 -04:00 committed by GitHub
commit c265a405b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vultr-cli";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
hash = "sha256-Gn2N/v3qFqxI2ZU94GNuzpHoXgPeJaAO+ODjb5ff1aI=";
hash = "sha256-pJrujiZfIuqRFwIHReWT7xPi94Zh3owcZFz23jtpsQg=";
};
vendorHash = "sha256-kglG6Mhe1XUqblt+0ZR8FPPTrBKjxb1xG8bPXQrrzxE=";
vendorHash = "sha256-4HRzd5p5u8h07/escAoatF97RZ/hejYqW61Dlkp27Gk=";
nativeBuildInputs = [ installShellFiles ];