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

doctl: 1.96.1 -> 1.97.0
This commit is contained in:
Nick Cao 2023-07-13 01:15:24 -06:00 committed by GitHub
commit 91414d64a5
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.96.1";
version = "1.97.0";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-COkD0YFij07mHpkeJSnZXLaB9olZGBN/HpFb06ag4Rs=";
sha256 = "sha256-ii8j1SBG+dGIBzh5fekvVjHhpkQnL84b5yYz6fSYyvo=";
};
meta = with lib; {