11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-zgEW4ANIlwF0f6YqTQicGhGgLc9RaL7Xy0wg/ICzOK4=";
18 vendorHash = "sha256-pdnKYsXBw/IjakUyQym4thnO3gXgvwNm80Ha8AUVt54=";
21 changelog = "https://github.com/ameshkov/dnslookup/releases/tag/v${version}";
22 description = "Simple command line utility to make DNS lookups to the specified server";
23 homepage = "https://github.com/ameshkov/dnslookup";
24 license = lib.licenses.mit;
25 mainProgram = "dnslookup";
26 maintainers = [ lib.maintainers.philiptaron ];