Merge pull request #224498 from fabaff/dnstwist-bump

dnstwist: 20221213 -> 20230402
This commit is contained in:
Fabian Affolter 2023-04-04 09:38:58 +02:00 committed by GitHub
commit b0e893f47f
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 = "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; [