dnstwist: 20221022 -> 20221213

Changelog: https://github.com/elceef/dnstwist/releases/tag/20221213
This commit is contained in:
Fabian Affolter 2022-12-14 15:20:32 +01:00
parent 458df785b9
commit bed7065587

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20221022";
version = "20221213";
format = "setuptools";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qdKMEE97PWkWgstJZxnFWDjc2heIbJjjCwBbl5K2zy4=";
hash = "sha256-xYZGrlrEdot2l1SkXcT2IbeRWouaN6C+WwbBSHXhAtw=";
};
propagatedBuildInputs = with python3.pkgs; [