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

doctl: 1.53.0 -> 1.54.0
This commit is contained in:
Sandro 2020-12-07 17:28:32 +01:00 committed by GitHub
commit 82cd312b79
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.53.0";
version = "1.54.0";
vendorSha256 = null;
@ -32,7 +32,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "1zw6gdmy1jlwi7rrbdxg7pkiq54ha0h1gmzphn3mflfk7lmgyikm";
sha256 = "163n3d07vv9d4356ql6hbw2vg6n5c834axz7y4gk8gm9badbna82";
};
meta = with lib; {