Unverified Commit 8c86bf8f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

doctl: 1.120.1 -> 1.120.2 (#375003)

parents e236cf48 090ca56f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.120.1";
  version = "1.120.2";

  vendorHash = null;

@@ -31,7 +31,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    rev = "v${version}";
    sha256 = "sha256-14oBTAE5/bBSYce9esn9gdMW13CUhB5IKkw9v3Gn6Nc=";
    sha256 = "sha256-zIpwR9tgv1vO2xI5DaLTY/eFuv91G4tlQAtJBi0pXfA=";
  };

  meta = with lib; {