9 stdenv.mkDerivation (finalAttrs: {
12 version = "${finalAttrs.tag}-unstable-2024-08-20";
14 src = fetchFromGitHub {
15 owner = "resurrecting-open-source-projects";
17 rev = "b5b4b1a7764e141f2551584d9fad3a973951eafe";
18 hash = "sha256-RTZe0kb/Fq9kIdnHQO//OP+Uop2Z5r22Z7+rQdCFsl4=";
27 configureFlags = [ "--prefix=$(out)" ];
35 description = "Scan for subdomains using brute-force techniques";
36 homepage = "https://github.com/resurrecting-open-source-projects/dnsmap";
37 license = lib.licenses.gpl3;
38 platforms = lib.platforms.all;
39 maintainers = with lib.maintainers; [ heywoodlh ];
40 changelog = "https://github.com/resurrecting-open-source-projects/dnsmap/releases/tag/${finalAttrs.tag}";
41 mainProgram = "dnsmap";