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

doctl: 1.82.2 -> 1.83.0
This commit is contained in:
Jörg Thalheim 2022-10-08 15:34:13 +02:00 committed by GitHub
commit 502798e595
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.82.2";
version = "1.83.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-o8Wp9zrpIkeigQhbsaMURIiL6coOX8OwUDQmRfO8VoY=";
sha256 = "sha256-dh22Pawrcq+f9Mm014KhOjMwfSQ0IatFuY7C6RcvGXs=";
};
meta = with lib; {