Merge pull request #226210 from fabaff/dnstwist-bump

dnstwist: 20230402 -> 20230413
This commit is contained in:
Fabian Affolter 2023-04-15 07:52:27 +02:00 committed by GitHub
commit 44035091c0
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 = "20230402";
version = "20230413";
format = "setuptools";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WZj33QpiRo4C1p18Y/S6YQtCu7154w78HQZQsxV7QJ4=";
hash = "sha256-YYERI+GNRP2wGWhYAy6m8QI4alFZniCSWp9/fdb9mpM=";
};
propagatedBuildInputs = with python3.pkgs; [