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

doctl: 1.142.0 -> 1.145.0 (#445397)

parents e4330cc5 a01f617f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.142.0";
  version = "1.145.0";

  vendorHash = null;

@@ -42,7 +42,7 @@ buildGoModule rec {
    owner = "digitalocean";
    repo = "doctl";
    tag = "v${version}";
    hash = "sha256-wbOO9jdGfy39GeGEwLURLpxhXt17sk6gQRUbz6ysSXc=";
    hash = "sha256-JeIpx+i1JDVfJqCKTZMTJ7rDMGO4yA/eR56C3qr08zg=";
  };

  meta = {