Merge pull request #149391 from fabaff/bump-dnstwist
dnstwist: 20201228 -> 20211204
This commit is contained in:
commit
10ab5e249e
1 changed files with 6 additions and 4 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue