7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-6TDs+ncbVa7LWtGLlqEXJb9zzXZ+nAhbi4QGyCSu3ho=";
19 build-system = with python3.pkgs; [ setuptools ];
21 dependencies = with python3.pkgs; [
30 # Project has no tests
34 description = "DNS Measurement, Troubleshooting and Security Auditing Toolset";
35 homepage = "https://github.com/farrokhi/dnsdiag";
36 changelog = "https://github.com/farrokhi/dnsdiag/releases/tag/v${version}";
37 license = lib.licenses.bsd2;
38 maintainers = with lib.maintainers; [ fab ];
39 mainProgram = "dnsdiag";