Unverified Commit dbd81500 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

doctl: 1.131.0 -> 1.132.0 (#422212)

parents d06d8e87 2c7492a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.131.0";
  version = "1.132.0";

  vendorHash = null;

@@ -42,7 +42,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    tag = "v${version}";
    hash = "sha256-bZpYojpNm9TPJOulxBgXJ0l/JAVxNakA6JifGOhX3BU=";
    hash = "sha256-A4CtJpqHkC88kH6CsEt2Pc+SgHeznjnzRYwclvm7De0=";
  };

  meta = {