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

doctl: 1.83.0 -> 1.84.0
This commit is contained in:
Mario Rodas
2022-10-20 07:10:36 -05:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.83.0";
version = "1.84.0";
vendorSha256 = null;
@@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-dh22Pawrcq+f9Mm014KhOjMwfSQ0IatFuY7C6RcvGXs=";
sha256 = "sha256-ZUvW20PGPO4Ril22VDvvHxYbzuhSTXfRqv2lzOqk9pA=";
};
meta = with lib; {