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

doctl: 1.88.0 -> 1.90.0
This commit is contained in:
figsoda 2022-12-15 23:32:30 -05:00 committed by GitHub
commit 4233673014
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.88.0";
version = "1.90.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-Z1c+h+o2x5GeYK8DN5l2NXWJJNwg6NKvFpCuFMVSCeA=";
sha256 = "sha256-b6Tj1A2kF5dZ/dPSGAq9Bd0PB7zQ61RIKTKhFv422tw=";
};
meta = with lib; {