about summary refs log tree commit diff
path: root/pkgs/tools/security/dnsx
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-04 05:02:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-04 05:02:05 +0000
commit7e3d928df6134da7803bcf02fd47e47023bdeb28 (patch)
treece223c56c32e81d23f2750963e9bcb95fc02fa52 /pkgs/tools/security/dnsx
parenta4d921be21135b13ce6c775d08d4bf6f5df37528 (diff)
dnsx: 1.0.8 -> 1.0.9
Diffstat (limited to 'pkgs/tools/security/dnsx')
-rw-r--r--pkgs/tools/security/dnsx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/dnsx/default.nix b/pkgs/tools/security/dnsx/default.nix
index 9ba91d186530d..d81e453f692ca 100644
--- a/pkgs/tools/security/dnsx/default.nix
+++ b/pkgs/tools/security/dnsx/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "dnsx";
-  version = "1.0.8";
+  version = "1.0.9";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "dnsx";
     rev = "v${version}";
-    sha256 = "sha256-+ZLnQtN5MnWnOpLHkaZMhhsFWgGhnhalkXLakJf1wKU=";
+    sha256 = "sha256-8c9gDD/g5oP9GQV1ghb2UN9w5EccvxyDvJUAtgV8q7Y=";
   };
 
-  vendorSha256 = "sha256-RtYAggUWQ8b2qf5ly7BSRc+8npbLiWdM4h0Krdp4Py4=";
+  vendorSha256 = "sha256-uvquc0bWwYzeeTuKlYaQp9r+O23MMs1Ajz1DPJ2qrnE=";
 
   meta = with lib; {
     description = "Fast and multi-purpose DNS toolkit";