Merge pull request #185640 from fabaff/dnsrecon-bump

dnsrecon: 1.1.1 -> 1.1.2
This commit is contained in:
Fabian Affolter 2022-08-08 11:45:26 +02:00 committed by GitHub
commit 2b0d919001
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.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; [