Merge pull request #256250 from fabaff/dnstwist-bump

dnstwist: 20230509 -> 20230918
This commit is contained in:
Fabian Affolter 2023-09-20 12:56:14 +02:00 committed by GitHub
commit cd07839e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; [