3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 443f01fcc1
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.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; {