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

doctl: 1.100.0 -> 1.102.0
This commit is contained in:
Weijia Wang 2024-01-03 15:42:04 +01:00 committed by GitHub
commit 10814768c0
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.100.0";
version = "1.102.0";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-1NQ09Cn62VUi670y1jq8W05a9dg1CdQypIIh1QmR0p0=";
sha256 = "sha256-TCIdrdCXFaJetP4GgrIn7vy4frMzCTmUsWPVN5pUTD4=";
};
meta = with lib; {