dnstwist: 20230918 -> 20240116

Diff: 20230918...20240116

Changelog: https://github.com/elceef/dnstwist/releases/tag/20240116
This commit is contained in:
Fabian Affolter 2024-01-18 08:43:06 +01:00
parent 9e883fa188
commit 579e7d63e1

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20230918";
version = "20240116";
format = "setuptools";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LGeDb0++9Zsal9HOXjfjF18RFQS+6i578EfD3YTtlS4=";
hash = "sha256-areFRDi728SedArhUy/rbPzhoFabNoT/WdyyN+6OQK0=";
};
propagatedBuildInputs = with python3.pkgs; [