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

doctl: 1.61.0 -> 1.62.0
This commit is contained in:
Fabian Affolter 2021-07-10 17:13:25 +02:00 committed by GitHub
commit 77319590f6
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.61.0";
version = "1.62.0";
vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-Z6G80Xg2DSoUj8vhxkDr3W/wh3fecRwxm0oly2GYDdg=";
sha256 = "sha256-5YqGNuC1mmsIsEtnbgumaLuZGy3k6L9jZNbVwZln8WY=";
};
meta = with lib; {