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

doctl: 1.128.0 -> 1.130.0 (#416435)

parents d837a61c 23a96aad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.128.0";
  version = "1.130.0";

  vendorHash = null;

@@ -42,7 +42,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    tag = "v${version}";
    hash = "sha256-/G+T7tvK1Jg13a6cBA2T58yPPypP1j1/6IvBws3SEOA=";
    hash = "sha256-jFgcrJVUCs7RwrXczaKpvt/NjFIk0q26/n8SN8olSYE=";
  };

  meta = {