doctl: 1.94.0 -> 1.95.0

This commit is contained in:
R. Ryantm 2023-05-21 01:56:29 +00:00
parent dd816a74ce
commit 5ab4f6b438

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.94.0";
version = "1.95.0";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-R/dy//e+DfyANoNtiPoAI9CF7k8ZviFgsnMrWryf0LY=";
sha256 = "sha256-gRkReaRDbFGDty8AjuXwoBPEF2wnXMcWVSFaUDideQs=";
};
meta = with lib; {