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

doctl: 1.58.0 -> 1.59.0
This commit is contained in:
Robert Scott 2021-04-18 17:27:23 +01:00 committed by GitHub
commit 41dbd1095b
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.58.0";
version = "1.59.0";
vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-zOEd7e9OgkQxVaHIw9LZJ7ufl2sNpMnTTM3KetiWl+w=";
sha256 = "sha256-mkFKYWPUEHVtQi9eUPxvWYxNCfVrKdjo2bH2DEwL1d0=";
};
meta = with lib; {