Merge pull request #206085 from fabaff/dnstwist-bump

dnstwist: 20221022 -> 20221213

authored by

Fabian Affolter and committed by
GitHub
96bda331 efa9bdec

+4 -2
+4 -2
pkgs/tools/networking/dnstwist/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "dnstwist"; 8 - version = "20221022"; 9 10 src = fetchFromGitHub { 11 owner = "elceef"; 12 repo = pname; 13 rev = "refs/tags/${version}"; 14 - sha256 = "sha256-qdKMEE97PWkWgstJZxnFWDjc2heIbJjjCwBbl5K2zy4="; 15 }; 16 17 propagatedBuildInputs = with python3.pkgs; [ ··· 33 meta = with lib; { 34 description = "Domain name permutation engine for detecting homograph phishing attacks"; 35 homepage = "https://github.com/elceef/dnstwist"; 36 license = with licenses; [ gpl3Only ]; 37 maintainers = with maintainers; [ fab ]; 38 };
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "dnstwist"; 8 + version = "20221213"; 9 + format = "setuptools"; 10 11 src = fetchFromGitHub { 12 owner = "elceef"; 13 repo = pname; 14 rev = "refs/tags/${version}"; 15 + hash = "sha256-xYZGrlrEdot2l1SkXcT2IbeRWouaN6C+WwbBSHXhAtw="; 16 }; 17 18 propagatedBuildInputs = with python3.pkgs; [ ··· 34 meta = with lib; { 35 description = "Domain name permutation engine for detecting homograph phishing attacks"; 36 homepage = "https://github.com/elceef/dnstwist"; 37 + changelog = "https://github.com/elceef/dnstwist/releases/tag/${version}"; 38 license = with licenses; [ gpl3Only ]; 39 maintainers = with maintainers; [ fab ]; 40 };