aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/admin/cli53/default.nix
blob: 4978603c1922b209b78e20f2a61d9939da00032d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file was generated by https://github.com/kamilchm/go2nix v2.0-dev
{ lib, buildGoPackage, fetchFromGitHub }:

buildGoPackage {
  pname = "cli53";
  version = "0.8.12";

  goPackagePath = "github.com/barnybug/cli53";

  src = fetchFromGitHub {
    owner = "barnybug";
    repo = "cli53";
    rev = "2624c7c4b38a33cdbd166dad1d3e512830f453e4";
    sha256 = "0bhczmzrgf7ypnhhzdrgnvg8cw8ch1x1d0cgajc5kklq9ixv9ygi";
  };

  meta = with lib; {
    description = "CLI tool for the Amazon Route 53 DNS service";
    homepage = "https://github.com/barnybug/cli53";
    license = licenses.mit;
    maintainers = with maintainers; [ benley ];
  };
}