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

doctl: 1.77.0 -> 1.78.0
This commit is contained in:
superherointj 2022-07-07 09:02:44 -03:00 committed by GitHub
commit 3b5bc0974d
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.77.0";
version = "1.78.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-i+Z5xFO3e04c/CfOyPAjD1nwPvm5vmYLsvj6OblJuqg=";
sha256 = "sha256-mbUGfAqKC8g2K9pPNnXrpa7DmJUeGXs0KFaavDRMXdc=";
};
meta = with lib; {