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

doctl: 1.64.0 -> 1.65.0
This commit is contained in:
Artturi 2021-11-02 14:00:37 +02:00 committed by GitHub
commit c8a9ff5b82
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.64.0";
version = "1.65.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-z5uPrhvCt2Sx88LxUPvDjul4AurVBF5WNnNBoJzU6KE=";
sha256 = "sha256-Fd3Zp4mXrYAdINJu/kbBCputAkHrG3MVpTOPitcd0hk=";
};
meta = with lib; {