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

doctl: 1.45.1 -> 1.46.0
This commit is contained in:
Ryan Mulligan 2020-07-24 10:02:49 -07:00 committed by GitHub
commit 1857422901
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.45.1";
version = "1.46.0";
vendorSha256 = null;
@ -30,7 +30,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "1zzdjpbag23kr6j3c7zkgqaavlna1q792qhs6s234vxm85zmwh4j";
sha256 = "1f9gw1qjannswx1vy64a5a2cfr8azsci241pk0xhrhk6aqpjzx1n";
};
meta = with lib; {