Unverified Commit 8e8aad33 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

doctl: 1.125.1 -> 1.127.0 (#408099)

parents 34a396a0 77d66b5f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule rec {
  pname = "doctl";
  version = "1.125.1";
  version = "1.127.0";

  vendorHash = null;

@@ -41,15 +41,15 @@ buildGoModule rec {
  src = fetchFromGitHub {
    owner = "digitalocean";
    repo = "doctl";
    rev = "v${version}";
    sha256 = "sha256-9i8XtxCHnK+81JrjElv7lfS43vmzGBKoGAhsC/RHrz4=";
    tag = "v${version}";
    hash = "sha256-wdba3kly0Iqsqs0i+AGMsNtzO3dsFIZVc0g0arL/NfM=";
  };

  meta = with lib; {
  meta = {
    description = "Command line tool for DigitalOcean services";
    mainProgram = "doctl";
    homepage = "https://github.com/digitalocean/doctl";
    license = licenses.asl20;
    maintainers = [ maintainers.siddharthist ];
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.siddharthist ];
  };
}