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

This commit is contained in:
Marcus Ramberg 2024-07-19 09:26:16 +03:00 committed by GitHub
commit 7007e50ce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.108.0";
version = "1.109.1";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-7qfzayuCpjOY8n+bixvm1OcS+BumkZJ0Oyn1xfNezX4=";
sha256 = "sha256-K27K79OAQERREu5doQGhy87XV5Fz4uZWctsZj+GiON0=";
};
meta = with lib; {