7 pname = "fingerprintx";
10 src = fetchFromGitHub {
11 owner = "praetorian-inc";
12 repo = "fingerprintx";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-o0u6UOrdzORnTgfOlc0kSQ5diDtNHjjbwfuyvPoHHKs=";
17 vendorHash = "sha256-TMy6FwAFlo+ARvm+RiRqly0xIk4lBCXuZrtdnNSMSxw=";
24 # Tests require network access
28 description = "Standalone utility for service discovery on open ports";
29 mainProgram = "fingerprintx";
30 homepage = "https://github.com/praetorian-inc/fingerprintx";
31 changelog = "https://github.com/praetorian-inc/fingerprintx/releases/tag/v${version}";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ fab ];