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