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

doctl: 1.87.0 -> 1.88.0
This commit is contained in:
figsoda 2022-11-25 14:48:31 -05:00 committed by GitHub
commit e5ba313f9e
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.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; {