dnsrecon: 1.1.1 -> 1.1.2

This commit is contained in:
Fabian Affolter 2022-08-08 10:12:27 +02:00
parent cc15850c2a
commit 9b3d83d39e

View File

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