dnstwist: 20230509 -> 20230918

Diff: 20230509...20230918

Changelog: https://github.com/elceef/dnstwist/releases/tag/20230918
This commit is contained in:
Fabian Affolter 2023-09-20 08:15:47 +02:00
parent f6830438cd
commit 7c7b4c24dc

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20230509";
version = "20230918";
format = "setuptools";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-dJ/LI5mQJAYsqlOk2vP6h8Iz6ZdqTi9i4fgtjVaBkuE=";
hash = "sha256-LGeDb0++9Zsal9HOXjfjF18RFQS+6i578EfD3YTtlS4=";
};
propagatedBuildInputs = with python3.pkgs; [