doctl: 1.70.0 -> 1.71.0

This commit is contained in:
R. Ryantm 2022-03-15 04:29:08 +00:00
parent 1a268c42c8
commit 36ee3c7022

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; {