2018-07-26 08:38:26 -07:00
|
|
|
# This file was generated by https://github.com/kamilchm/go2nix v2.0-dev
|
|
|
|
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
2015-05-23 18:38:51 -07:00
|
|
|
|
2018-07-26 08:38:26 -07:00
|
|
|
buildGoPackage rec {
|
2015-05-23 18:38:51 -07:00
|
|
|
name = "cli53-${version}";
|
2018-07-26 08:38:26 -07:00
|
|
|
version = "0.8.12";
|
2015-05-23 18:38:51 -07:00
|
|
|
|
2018-07-26 08:38:26 -07:00
|
|
|
goPackagePath = "github.com/barnybug/cli53";
|
2017-07-29 04:03:07 -07:00
|
|
|
|
2018-07-26 08:38:26 -07:00
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "barnybug";
|
|
|
|
repo = "cli53";
|
|
|
|
rev = "2624c7c4b38a33cdbd166dad1d3e512830f453e4";
|
|
|
|
sha256 = "0bhczmzrgf7ypnhhzdrgnvg8cw8ch1x1d0cgajc5kklq9ixv9ygi";
|
|
|
|
};
|
2017-07-29 04:03:07 -07:00
|
|
|
|
2018-07-26 08:38:26 -07:00
|
|
|
goDeps = ./deps.nix;
|
2015-05-23 18:38:51 -07:00
|
|
|
|
2017-06-21 16:59:41 -07:00
|
|
|
meta = with lib; {
|
2015-05-23 18:38:51 -07:00
|
|
|
description = "CLI tool for the Amazon Route 53 DNS service";
|
|
|
|
homepage = https://github.com/barnybug/cli53;
|
2017-06-18 05:14:10 -07:00
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = with maintainers; [ benley ];
|
2015-05-23 18:38:51 -07:00
|
|
|
};
|
|
|
|
}
|