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

doctl: 1.78.0 -> 1.79.0
This commit is contained in:
Sebastián Mancilla 2022-08-18 11:18:56 -04:00 committed by GitHub
commit 9eafe8c611
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.78.0";
version = "1.79.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-mbUGfAqKC8g2K9pPNnXrpa7DmJUeGXs0KFaavDRMXdc=";
sha256 = "sha256-0tl79nVvnY2KECrfgEXQ8tOHnwEX+34uiJ/jshK5oFA=";
};
meta = with lib; {