about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-06-30 08:55:35 +0200
committerGitHub <noreply@github.com>2021-06-30 08:55:35 +0200
commit4ba12b590369f7baf8737d277e4b564f5516e0fc (patch)
treee9159dc780cb758fea0ad9bd57cbab35d50913ec /pkgs/tools
parent16ab89bef2b7c6b2e221e29ddd8560521dbb250c (diff)
parentdc8d3549d6fe4a2ddba4516be55a1250a229ef57 (diff)
Merge pull request #128709 from r-ryantm/auto-update/dnsx
dnsx: 1.0.4 -> 1.0.5
Diffstat (limited to 'pkgs/tools')
-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 33f40ce59d485..75c85deb1ccef 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.4";
+  version = "1.0.5";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "dnsx";
     rev = "v${version}";
-    sha256 = "sha256-dfjchsmGqyWLxO2sP+TlBEeKz9Fd4bHWG2r4FJPGNMs=";
+    sha256 = "sha256-w+FQp5pvySM36UHFxBH5WRZvnGi43NZeI2tLr6HAF3Q=";
   };
 
-  vendorSha256 = "sha256-KJyWb+coWSdvZGwDw/JSLtPeynndnaevwyYIzyEH4Kc=";
+  vendorSha256 = "sha256-gsoeAau3klOFTu+ZEYEMdIuXw/5IVsfFJ2maxPaZKjA=";
 
   meta = with lib; {
     description = "Fast and multi-purpose DNS toolkit";