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

doctl: 1.81.0 -> 1.82.0
This commit is contained in:
Jonas Heinrich 2022-09-30 11:43:48 +02:00 committed by GitHub
commit da9c4d9e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "doctl"; pname = "doctl";
version = "1.81.0"; version = "1.82.0";
vendorSha256 = null; vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean"; owner = "digitalocean";
repo = "doctl"; repo = "doctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-9sBuuRDbd44XH/DJVQrwiw+MhhQ8pl8uKcnsAa8nXGM="; sha256 = "sha256-w8km6Ze2qAoYGZZxfHucQSBEOv4d+mWatfeYYI2lrRw=";
}; };
meta = with lib; { meta = with lib; {