Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-19.03 25 lines 688 B view raw
1# This file was generated by https://github.com/kamilchm/go2nix v2.0-dev 2{ lib, stdenv, buildGoPackage, fetchFromGitHub }: 3 4buildGoPackage rec { 5 name = "cli53-${version}"; 6 version = "0.8.12"; 7 8 goPackagePath = "github.com/barnybug/cli53"; 9 10 src = fetchFromGitHub { 11 owner = "barnybug"; 12 repo = "cli53"; 13 rev = "2624c7c4b38a33cdbd166dad1d3e512830f453e4"; 14 sha256 = "0bhczmzrgf7ypnhhzdrgnvg8cw8ch1x1d0cgajc5kklq9ixv9ygi"; 15 }; 16 17 goDeps = ./deps.nix; 18 19 meta = with lib; { 20 description = "CLI tool for the Amazon Route 53 DNS service"; 21 homepage = https://github.com/barnybug/cli53; 22 license = licenses.mit; 23 maintainers = with maintainers; [ benley ]; 24 }; 25}