Unverified Commit 75be93b1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

doctl: 1.85.0 -> 1.87.0
parents 9ef49c7e 905ffc76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

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

  vendorSha256 = null;

@@ -31,7 +31,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    rev = "v${version}";
    sha256 = "sha256-zA+9RpGGiRlu/xQoKjkI5zg6d2fPR7WKW0Sj2ggSypA=";
    sha256 = "sha256-y5RHICd82FLWDkygCcmrnPwISEv/WuRwQiXXqS6cSKg=";
  };

  meta = with lib; {