dnsrecon: 1.1.0 -> 1.1.1

This commit is contained in:
Fabian Affolter 2022-06-13 08:56:51 +02:00
parent 1f9806891d
commit d7500fd8ef

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnsrecon";
version = "1.1.0";
version = "1.1.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "darkoperator";
repo = pname;
rev = version;
hash = "sha256-O6MdSaCxrprsxffeVKciIjSkdMXsT4riOvNCM4iZfn0=";
hash = "sha256-zbFtaEklkfLkrqJAPptOqDTdWGbCE+3ZO79t68iqLIU=";
};
propagatedBuildInputs = with python3.pkgs; [