doctl: 1.85.0 -> 1.87.0

This commit is contained in:
R. Ryantm 2022-11-18 00:18:56 +00:00
parent de60d387a0
commit 905ffc7666

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.85.0";
version = "1.87.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-zA+9RpGGiRlu/xQoKjkI5zg6d2fPR7WKW0Sj2ggSypA=";
sha256 = "sha256-y5RHICd82FLWDkygCcmrnPwISEv/WuRwQiXXqS6cSKg=";
};
meta = with lib; {