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

doctl: 1.84.0 -> 1.84.1
This commit is contained in:
Mario Rodas 2022-10-22 05:41:03 -05:00 committed by GitHub
commit 8c3c16cf5e
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.84.0";
version = "1.84.1";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-ZUvW20PGPO4Ril22VDvvHxYbzuhSTXfRqv2lzOqk9pA=";
sha256 = "sha256-F1vavqdBeKVWKWQTrgqT6NIGduAcFc42rl0rG8SEdLs=";
};
meta = with lib; {