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-06-13 08:56:51 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-06-13 08:56:51 +0200
commitd7500fd8ef428c3c13b5e35644c0590b9e124eec (patch)
treef59e6e33f377c5bcd771efbb13a649212a227cbb /pkgs/tools/security/dnsrecon
parent1f9806891d18c3f984e41f56fe0cc4458ee01e29 (diff)
dnsrecon: 1.1.0 -> 1.1.1
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 8114444bcd09f..73e4f79cab80c 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.0";
+  version = "1.1.1";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "darkoperator";
     repo = pname;
     rev = version;
-    hash = "sha256-O6MdSaCxrprsxffeVKciIjSkdMXsT4riOvNCM4iZfn0=";
+    hash = "sha256-zbFtaEklkfLkrqJAPptOqDTdWGbCE+3ZO79t68iqLIU=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [