Merge pull request #195172 from r-ryantm/auto-update/dnstwist

dnstwist: 20220815 -> 20221008
This commit is contained in:
Fabian Affolter 2022-10-09 10:26:35 +02:00 committed by GitHub
commit aa007170d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20220815";
version = "20221008";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = version;
sha256 = "sha256-cmwgnjhfTqehMCu6mN0840NIaTN8gf4r098ULVj0yPI=";
rev = "refs/tags/${version}";
sha256 = "sha256-JRlUQoN8lNEaovAeYzrect/r6jdXtIzChK2lqaxAavc=";
};
propagatedBuildInputs = with python3.pkgs; [