doctl: 1.95.0 -> 1.96.0

This commit is contained in:
R. Ryantm 2023-05-24 19:35:59 +00:00
parent 1eae9f8f1b
commit 496a35f930

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.95.0";
version = "1.96.0";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-gRkReaRDbFGDty8AjuXwoBPEF2wnXMcWVSFaUDideQs=";
sha256 = "sha256-UptiVsT7pLOcJ4kXDnXiwpuloGKTY4AZMIxSYllfuUo=";
};
meta = with lib; {