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

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

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

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

  goDeps = ./deps.nix;

  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 ];
  };
}