about summary refs log tree commit diff
path: root/pkgs/tools/security/dnsrecon
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-14 22:33:55 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-08-14 22:33:55 +0200
commit39590e137dd7aaf6a2040e26ce193ee35ebaed74 (patch)
tree59184b2326c32a7826b6dcaae05b1cdb2574af95 /pkgs/tools/security/dnsrecon
parentb89ca7c648bffd603edc46416a645227470254d8 (diff)
dnsrecon: 1.1.2 -> 1.1.3
Diffstat (limited to 'pkgs/tools/security/dnsrecon')
-rw-r--r--pkgs/tools/security/dnsrecon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/dnsrecon/default.nix b/pkgs/tools/security/dnsrecon/default.nix
index 3b9fa39c604d2..8eb823c7f0f77 100644
--- a/pkgs/tools/security/dnsrecon/default.nix
+++ b/pkgs/tools/security/dnsrecon/default.nix
@@ -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; [