3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186706 from fabaff/dnsrecon-bump

dnsrecon: 1.1.2 -> 1.1.3
This commit is contained in:
Fabian Affolter 2022-08-14 23:48:47 +02:00 committed by GitHub
commit ce411e4e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [