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

doctl: 1.107.0 -> 1.108.0
This commit is contained in:
Weijia Wang
2024-07-04 00:31:54 +02:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.107.0";
version = "1.108.0";
vendorHash = null;
@@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-svwFIM1lJI60bdmzZS/QZSzy30HtOf498GgnqLFGKAQ=";
sha256 = "sha256-7qfzayuCpjOY8n+bixvm1OcS+BumkZJ0Oyn1xfNezX4=";
};
meta = with lib; {