doctl: 1.90.0 -> 1.91.0

This commit is contained in:
R. Ryantm 2022-12-24 02:10:24 +00:00
parent b10a520017
commit 7f2ad55e09

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.90.0";
version = "1.91.0";
vendorSha256 = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-b6Tj1A2kF5dZ/dPSGAq9Bd0PB7zQ61RIKTKhFv422tw=";
sha256 = "sha256-hX9doUNxqkJujts9yYNvGSTq3nkaan1HqTHZBcO1hCs=";
};
meta = with lib; {