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

doctl: 1.55.0 -> 1.56.0
This commit is contained in:
Mario Rodas 2021-02-23 20:42:09 -05:00 committed by GitHub
commit eb4b9fc2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.55.0";
version = "1.56.0";
vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-vhg5X8H4VegSDORtj1rgNKlWQo1H1e/vvO01LJkVK+A=";
sha256 = "sha256-rBUao5j4Bofn6uSB20TTN7G1JgKu3mQpISJp+hX28mw=";
};
meta = with lib; {