doctl: 1.65.0 -> 1.67.0

This commit is contained in:
R. Ryantm 2021-12-06 14:27:27 +00:00
parent 7f744ff0b9
commit c14ea0f180

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.65.0";
version = "1.67.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-Fd3Zp4mXrYAdINJu/kbBCputAkHrG3MVpTOPitcd0hk=";
sha256 = "sha256-xtOgc52mn3e/Kiz6GVK8RLQkoJW9Kpv0GvGXXgrCdpc=";
};
meta = with lib; {