dnstwist: 20240812 -> 20250130

This commit is contained in:
R. Ryantm 2025-02-05 15:12:41 +00:00
parent ab36ef17c8
commit 20c55b2d12

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20240812";
version = "20250130";
pyproject = true;
src = fetchFromGitHub {
owner = "elceef";
repo = "dnstwist";
tag = version;
hash = "sha256-J6MfPKj7iACsiiSUU/2gxQdwtmqw9NKnjDoSdhxKoAw=";
hash = "sha256-cgSQ6KDCvTYX0vp0jqNzKHzo84IXrztoYqoTJNF+FiI=";
};
build-system = with python3.pkgs; [