nixpkgs/pkgs/tools/admin/cli53/default.nix

26 lines
666 B
Nix
Raw Normal View History

# This file was generated by https://github.com/kamilchm/go2nix v2.0-dev
{ lib, buildGoPackage, fetchFromGitHub }:
2019-08-13 22:52:01 +01:00
buildGoPackage {
pname = "cli53";
version = "0.8.12";
goPackagePath = "github.com/barnybug/cli53";
2017-07-29 12:03:07 +01:00
src = fetchFromGitHub {
owner = "barnybug";
repo = "cli53";
rev = "2624c7c4b38a33cdbd166dad1d3e512830f453e4";
sha256 = "0bhczmzrgf7ypnhhzdrgnvg8cw8ch1x1d0cgajc5kklq9ixv9ygi";
};
2017-07-29 12:03:07 +01:00
goDeps = ./deps.nix;
2017-06-22 00:59:41 +01:00
meta = with lib; {
description = "CLI tool for the Amazon Route 53 DNS service";
homepage = https://github.com/barnybug/cli53;
2017-06-18 13:14:10 +01:00
license = licenses.mit;
maintainers = with maintainers; [ benley ];
};
}