doctl: 1.87.0 -> 1.88.0

This commit is contained in:
R. Ryantm 2022-11-25 09:49:55 +00:00
parent 7b3a88ed26
commit 97e63a2e73

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.87.0";
version = "1.88.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-y5RHICd82FLWDkygCcmrnPwISEv/WuRwQiXXqS6cSKg=";
sha256 = "sha256-Z1c+h+o2x5GeYK8DN5l2NXWJJNwg6NKvFpCuFMVSCeA=";
};
meta = with lib; {