11 src = fetchFromGitHub {
12 owner = "projectdiscovery";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-1TYUSWbcWnRsOM8ctY1g9CmFSAXiK9NmN5ZDaKeJIgw=";
18 vendorHash = "sha256-0fiZJeBvxUib8a9CeTmYottOp+15YEdTVYhdzKSSCrk=";
20 subPackages = [ "cmd/cdncheck/" ];
28 # Tests require network access
29 substituteInPlace other_test.go \
30 --replace-fail "TestCheckDomainWithFallback" "SkipTestCheckDomainWithFallback" \
31 --replace-fail "TestCheckDNSResponse" "SkipTestCheckDNSResponse"
35 description = "Tool to detect various technology for a given IP address";
36 homepage = "https://github.com/projectdiscovery/cdncheck";
37 changelog = "https://github.com/projectdiscovery/cdncheck/releases/tag/v${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];
40 mainProgram = "cdncheck";