dnstwist: 20221213 -> 20230402

Diff: 20221213...20230402

Changelog: https://github.com/elceef/dnstwist/releases/tag/20230402
This commit is contained in:
Fabian Affolter 2023-04-03 15:43:23 +02:00
parent 62918a94d4
commit 3bd29fe750

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20221213";
version = "20230402";
format = "setuptools";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xYZGrlrEdot2l1SkXcT2IbeRWouaN6C+WwbBSHXhAtw=";
hash = "sha256-WZj33QpiRo4C1p18Y/S6YQtCu7154w78HQZQsxV7QJ4=";
};
propagatedBuildInputs = with python3.pkgs; [