vultr-cli: 3.0.3 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-05-18 02:57:00 +00:00
parent 8a33016960
commit 2d170a79f4

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vultr-cli";
version = "3.0.3";
version = "3.1.0";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
hash = "sha256-6OVigI2eHE8qFC5nmH67NcKkDD0iFXl3ynYJyFcpmGw=";
hash = "sha256-Ur+zqoO824EHiVC5hW0twhxk5yRbKruqcQtLBOe7PXE=";
};
vendorHash = "sha256-MDzYiLMYoR9qOTPVnlzTDbgVvg72HDP2DpM6NKUFNdg=";
vendorHash = "sha256-fryHPFIgpuW05AwGozjefa+Nogh0gEOTh2C/JLrOm8Y=";
nativeBuildInputs = [ installShellFiles ];