doctl: 1.53.0 -> 1.54.0

This commit is contained in:
R. RyanTM 2020-12-07 14:19:47 +00:00
parent 22f8e9484e
commit 7872e83cba

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "doctl"; pname = "doctl";
version = "1.53.0"; version = "1.54.0";
vendorSha256 = null; vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean"; owner = "digitalocean";
repo = "doctl"; repo = "doctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "1zw6gdmy1jlwi7rrbdxg7pkiq54ha0h1gmzphn3mflfk7lmgyikm"; sha256 = "163n3d07vv9d4356ql6hbw2vg6n5c834axz7y4gk8gm9badbna82";
}; };
meta = with lib; { meta = with lib; {