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

doctl: 1.95.0 -> 1.96.0
This commit is contained in:
Weijia Wang 2023-05-24 23:16:12 +03:00 committed by GitHub
commit 90394d7556
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.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; {