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

vultr-cli: 2.8.0 -> 2.8.2
This commit is contained in:
Sandro 2021-09-14 14:00:57 +02:00 committed by GitHub
commit 7319369972
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.8.0";
version = "2.8.2";
src = fetchFromGitHub {
owner = "vultr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BPeOud10cTsZ2flWRMf6F/i9JwnPPDFje3OZIAUa0O8=";
sha256 = "sha256-fjmisTDW35aIFbWFF4gdyP8ygNd0o7sdsNr0NX1Hvfg=";
};
vendorSha256 = null;