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-14 05:56:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-14 05:56:57 +0000
commitc51d465e8b36c48f50a55303ab5bca532757faeb (patch)
tree745660191613692e0e0ed463bac3ba4687e4b096 /pkgs/tools/security/dnsx
parent12769bc7e1098fc781f70c40f62c55d4673329fa (diff)
dnsx: 1.0.9 -> 1.1.0
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 d81e453f692ca..c316ab35b6d98 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.9";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "dnsx";
     rev = "v${version}";
-    sha256 = "sha256-8c9gDD/g5oP9GQV1ghb2UN9w5EccvxyDvJUAtgV8q7Y=";
+    sha256 = "sha256-tcUVJ/qcQGivcAjWkcfv1fZxc9F5cYn1stpCHDoJRps=";
   };
 
-  vendorSha256 = "sha256-uvquc0bWwYzeeTuKlYaQp9r+O23MMs1Ajz1DPJ2qrnE=";
+  vendorSha256 = "sha256-hGV44Rx5kX2ZVBsTyeWm5SzpXzlTFNidt7bwzntboQo=";
 
   meta = with lib; {
     description = "Fast and multi-purpose DNS toolkit";