doctl: 1.98.0 -> 1.99.0

This commit is contained in:
R. Ryantm 2023-09-23 08:24:31 +00:00
parent 0b0169e4f1
commit 704ffdd60e

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.98.0";
version = "1.99.0";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-M9kSQoYcJudL/y/Yc6enVT/rJusd+oe3BdjkaLRQ0gU=";
sha256 = "sha256-xwkbekTnwisgr1gkUewMkz0E5iQg6bWgVz8tne7ME9Y=";
};
meta = with lib; {