7 python3.pkgs.buildPythonApplication rec {
10 disabled = python3.pythonOlder "3.3";
12 src = fetchFromGitHub {
13 owner = "CERT-Polska";
16 sha256 = "sha256-QKnrprDDBq+D8N1brkqgcfK4E+6ssvgPtRaSxkF0C84=";
19 propagatedBuildInputs = with python3.pkgs; [
26 # Project has no tests
28 pythonImportsCheck = [ "hfinger" ];
31 description = "Fingerprinting tool for HTTP requests";
32 homepage = "https://github.com/CERT-Polska/hfinger";
33 license = with licenses; [ gpl3Only ];
34 maintainers = with maintainers; [ fab ];