Unverified Commit e5ba313f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

doctl: 1.87.0 -> 1.88.0
parents 96f04513 97e63a2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.87.0";
  version = "1.88.0";

  vendorSha256 = null;

@@ -31,7 +31,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    rev = "v${version}";
    sha256 = "sha256-y5RHICd82FLWDkygCcmrnPwISEv/WuRwQiXXqS6cSKg=";
    sha256 = "sha256-Z1c+h+o2x5GeYK8DN5l2NXWJJNwg6NKvFpCuFMVSCeA=";
  };

  meta = with lib; {