doctl: 1.84.0 -> 1.84.1

This commit is contained in:
R. Ryantm 2022-10-21 05:24:31 +00:00
parent dd2351ee2f
commit 127ca689b2

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; {