doctl: 1.69.0 -> 1.70.0

This commit is contained in:
R. Ryantm
2022-02-12 20:15:51 -08:00
committed by Jonathan Ringer
parent 241d4cf6ed
commit ef0c36300b
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.69.0";
version = "1.70.0";
vendorSha256 = null;
@@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-Bm6Xrgp/6/NpIndCVRDamKndBbCANnW5j3vOVRVxnE4=";
sha256 = "sha256-oLcWVUP9A/tcJYKiaBrqAdyNKESaVFOaNiG/fAVQb2c=";
};
meta = with lib; {