dnstwist: 20230413 -> 20230509

Changelog: https://github.com/elceef/dnstwist/releases/tag/20230509
This commit is contained in:
Fabian Affolter 2023-05-10 07:34:17 +02:00
parent 52311ff187
commit 20147f981d

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20230413";
version = "20230509";
format = "setuptools";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YYERI+GNRP2wGWhYAy6m8QI4alFZniCSWp9/fdb9mpM=";
hash = "sha256-dJ/LI5mQJAYsqlOk2vP6h8Iz6ZdqTi9i4fgtjVaBkuE=";
};
propagatedBuildInputs = with python3.pkgs; [