doctl: 1.61.0 -> 1.62.0

This commit is contained in:
R. RyanTM 2021-07-10 12:04:53 +00:00
parent 8da27ef161
commit aa82a79c8a

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; {