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

doctl: 1.45.0 -> 1.45.1
This commit is contained in:
Ryan Mulligan 2020-06-14 15:32:21 -07:00 committed by GitHub
commit eae0cf30cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "doctl"; pname = "doctl";
version = "1.45.0"; version = "1.45.1";
vendorSha256 = null; vendorSha256 = null;
@ -30,7 +30,7 @@ buildGoModule rec {
owner = "digitalocean"; owner = "digitalocean";
repo = "doctl"; repo = "doctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "1wnrvswysms8p26d8hnxpimx12bhi3sa9k4kwd2dbxg74569gq6d"; sha256 = "1zzdjpbag23kr6j3c7zkgqaavlna1q792qhs6s234vxm85zmwh4j";
}; };
meta = with lib; { meta = with lib; {