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

doctl: 1.70.0 -> 1.71.0
This commit is contained in:
Bobby Rong 2022-03-16 16:16:47 +08:00 committed by GitHub
commit 65815ebd09
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.70.0";
version = "1.71.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-oLcWVUP9A/tcJYKiaBrqAdyNKESaVFOaNiG/fAVQb2c=";
sha256 = "sha256-cj2+DmJyLa6kFkH9JflaR3yFFXBaVZHO6czJGLEH7L0=";
};
meta = with lib; {