dnstwist: 20201228 -> 20211204

This commit is contained in:
Fabian Affolter 2021-12-07 17:17:21 +01:00
parent ebb7f07eec
commit 48dc356d6d

View File

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