Merge pull request #118045 from r-ryantm/auto-update/doctl

doctl: 1.57.0 -> 1.58.0
This commit is contained in:
Ryan Mulligan 2021-03-31 20:31:41 -07:00 committed by GitHub
commit 8d54ed2ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.57.0";
version = "1.58.0";
vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-waaBillxI7tKQAugyolAWQWf4CG+uIkjtvNXNNFpqRY=";
sha256 = "sha256-zOEd7e9OgkQxVaHIw9LZJ7ufl2sNpMnTTM3KetiWl+w=";
};
meta = with lib; {