Unverified Commit 91c2c2f1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

doctl: 1.124.0 -> 1.125.0 (#402894)

parents 81b7698a 715be797
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.124.0";
  version = "1.125.0";

  vendorHash = null;

@@ -42,7 +42,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    rev = "v${version}";
    sha256 = "sha256-B3qozldNmCYLCuBoWMHycf9gNKbvUvPHK2CDOvMYEt8=";
    sha256 = "sha256-9Kwkwtwo9PB2XU3zP+ZGe1/qrPmkTPW7cRNOviwh8mM=";
  };

  meta = with lib; {