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

doctl: 1.96.0 -> 1.96.1
This commit is contained in:
Nick Cao 2023-06-02 02:59:11 -06:00 committed by GitHub
commit 2750409adb
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.0";
version = "1.96.1";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-UptiVsT7pLOcJ4kXDnXiwpuloGKTY4AZMIxSYllfuUo=";
sha256 = "sha256-COkD0YFij07mHpkeJSnZXLaB9olZGBN/HpFb06ag4Rs=";
};
meta = with lib; {