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 {
pname = "dnsrecon";
version = "1.1.2";
version = "1.1.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "darkoperator";
repo = pname;
rev = version;
hash = "sha256-rOFDoQEIlwV02c2aJsovnhvaC2XTFq9mMEfilG+Gs4w=";
hash = "sha256-V4/6VUlMizy8EN8ajN56YF+COn3/dfmD0997R+iR86g=";
};
propagatedBuildInputs = with python3.pkgs; [