about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-12 13:33:00 +0100
committerGitHub <noreply@github.com>2023-11-12 13:33:00 +0100
commitc22b5e4e4e94eadcf7be9a339bc5f1627e968e33 (patch)
treeff4bb2f33a7bd584333273f12f237441e8b4bf0b
parent34d3eec95e765727a3c4aa68aed9578961adc3a0 (diff)
parentcd3291bef0594af6703f136c641738134f2a52db (diff)
Merge pull request #267023 from fabaff/dnsx-bump
dnsx: 1.1.5 -> 1.1.6
-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 e3ff230c1e617..648f7883788ef 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.1.5";
+  version = "1.1.6";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "dnsx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-hO6m4WsoK50tLBr7I9ui7HE3rxKpOES8IOugi04yeQo=";
+    hash = "sha256-dyqZXc5k76BwF2Kh2vm9d+dpvgpXK/8VQeGjx1UzA6k=";
   };
 
-  vendorHash = "sha256-c3HHfcWppAUfKjePsB+/CvxJWjp5zV6TJvsm3yKH4cw=";
+  vendorHash = "sha256-S1mJMVfQSy49Lm4q3v05kjbXBlBgBt/AAzLOoQkk75A=";
 
   # Tests require network access
   doCheck = false;