1 { lib, buildGoModule, fetchFromGitHub }:
6 vendorHash = "sha256-8b1EAnR8PkEAw9yLBqPKFeANJit0OCJG+fssAGR/iTk=";
8 src = fetchFromGitHub {
12 sha256 = "sha256-FiaUyhiwKXZ3xnFPmdxb8bpbm5eRRFNDL3duOGDnc/A=";
17 ldflags = [ "-s" "-w" "-X \"github.com/openrdap/rdap.version=OpenRDAP ${version}\"" ];
20 homepage = "https://www.openrdap.org/";
21 description = "Command line client for the Registration Data Access Protocol (RDAP)";
22 license = licenses.mit;
23 maintainers = with maintainers; [ sebastianblunt ];