dnsrecon: 1.1.2 -> 1.1.3

This commit is contained in:
Fabian Affolter 2022-08-14 22:33:55 +02:00
parent b89ca7c648
commit 39590e137d

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "dnsrecon"; pname = "dnsrecon";
version = "1.1.2"; version = "1.1.3";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "darkoperator"; owner = "darkoperator";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-rOFDoQEIlwV02c2aJsovnhvaC2XTFq9mMEfilG+Gs4w="; hash = "sha256-V4/6VUlMizy8EN8ajN56YF+COn3/dfmD0997R+iR86g=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [