Merge pull request from fabaff/bump-dnstwist

dnstwist: 20201228 -> 20211204
This commit is contained in:
Fabian Affolter 2021-12-08 09:47:52 +01:00 committed by GitHub
commit 10ab5e249e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "dnstwist"; pname = "dnstwist";
version = "20201228"; version = "20211204";
disabled = python3.pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elceef"; owner = "elceef";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0bxshi1p0va2f449v6vsm8bav5caa3r3pyknj3zf4n5rvk6say70"; sha256 = "sha256-D7qesxkJMx/N0oyaw3ev007SLCm4RKhZSNW22CNgKPw=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -26,7 +25,10 @@ python3.pkgs.buildPythonApplication rec {
# Project has no tests # Project has no tests
doCheck = false; doCheck = false;
pythonImportsCheck = [ "dnstwist" ];
pythonImportsCheck = [
"dnstwist"
];
meta = with lib; { meta = with lib; {
description = "Domain name permutation engine for detecting homograph phishing attacks"; description = "Domain name permutation engine for detecting homograph phishing attacks";