doctl: 1.79.0 -> 1.81.0

This commit is contained in:
R. Ryantm 2022-09-21 14:08:03 +00:00
parent d6490a0bd9
commit 371ae1a052

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.79.0";
version = "1.81.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-0tl79nVvnY2KECrfgEXQ8tOHnwEX+34uiJ/jshK5oFA=";
sha256 = "sha256-9sBuuRDbd44XH/DJVQrwiw+MhhQ8pl8uKcnsAa8nXGM=";
};
meta = with lib; {