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

doctl: 1.46.0 -> 1.48.1
This commit is contained in:
Mario Rodas 2020-10-18 08:25:53 -05:00 committed by GitHub
commit f0537ed55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.46.0";
version = "1.48.1";
vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "1f9gw1qjannswx1vy64a5a2cfr8azsci241pk0xhrhk6aqpjzx1n";
sha256 = "1bykvwv1zhiki7c86hycwck78s8gqw4dzd7smfp4iz609wyk1wqb";
};
meta = with lib; {