Merge pull request #233130 from r-ryantm/auto-update/doctl

doctl: 1.94.0 -> 1.95.0
This commit is contained in:
figsoda 2023-05-20 22:39:27 -04:00 committed by GitHub
commit 5662ae22b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; {