doctl: 1.54.1 -> 1.55.0

This commit is contained in:
R. RyanTM 2021-01-22 11:07:04 +00:00
parent ab361e2b8e
commit 9ccac6cac8

View file

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