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

doctl: 1.63.1 -> 1.64.0
This commit is contained in:
Bobby Rong 2021-10-02 22:18:30 +08:00 committed by GitHub
commit fecd4d0e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "doctl"; pname = "doctl";
version = "1.63.1"; version = "1.64.0";
vendorSha256 = null; vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean"; owner = "digitalocean";
repo = "doctl"; repo = "doctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-SSjTrCR5H+3nIKHKEfrQX917HjgpViS6H1RwmRe4coI="; sha256 = "sha256-z5uPrhvCt2Sx88LxUPvDjul4AurVBF5WNnNBoJzU6KE=";
}; };
meta = with lib; { meta = with lib; {