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

doctl: 1.56.0 -> 1.57.0
This commit is contained in:
Fabian Affolter 2021-02-28 20:14:37 +01:00 committed by GitHub
commit 8ad4084980
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.56.0";
version = "1.57.0";
vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-rBUao5j4Bofn6uSB20TTN7G1JgKu3mQpISJp+hX28mw=";
sha256 = "sha256-waaBillxI7tKQAugyolAWQWf4CG+uIkjtvNXNNFpqRY=";
};
meta = with lib; {