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

doctl: 1.90.0 -> 1.91.0
This commit is contained in:
figsoda 2022-12-23 22:03:12 -05:00 committed by GitHub
commit 168d614ed5
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.90.0";
version = "1.91.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-b6Tj1A2kF5dZ/dPSGAq9Bd0PB7zQ61RIKTKhFv422tw=";
sha256 = "sha256-hX9doUNxqkJujts9yYNvGSTq3nkaan1HqTHZBcO1hCs=";
};
meta = with lib; {