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

doctl: 1.91.0 -> 1.93.1
This commit is contained in:
Weijia Wang
2023-04-20 23:03:36 +03:00
committed by GitHub
+3 -3
View File
@@ -2,9 +2,9 @@
buildGoModule rec {
pname = "doctl";
version = "1.91.0";
version = "1.93.1";
vendorSha256 = null;
vendorHash = null;
doCheck = false;
@@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-hX9doUNxqkJujts9yYNvGSTq3nkaan1HqTHZBcO1hCs=";
sha256 = "sha256-hd4GOsNw214nYRiyTH1GadPiqe0UErfRNUKZ7o7tysk=";
};
meta = with lib; {