about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-04 08:27:26 +0100
committerGitHub <noreply@github.com>2024-03-04 08:27:26 +0100
commit25ed74610be9a8f0e5d78eb398912476dc5f41fd (patch)
treeb274cc61f6759a0cfd80e9e898fa305c06a8be48
parent47d91a041781fbcaa34be03bf0905a557c51c776 (diff)
parent1f472b4dd4f21b6776fe9780b85283b123993846 (diff)
downloadnixlib-25ed74610be9a8f0e5d78eb398912476dc5f41fd.tar
nixlib-25ed74610be9a8f0e5d78eb398912476dc5f41fd.tar.gz
nixlib-25ed74610be9a8f0e5d78eb398912476dc5f41fd.tar.bz2
nixlib-25ed74610be9a8f0e5d78eb398912476dc5f41fd.tar.lz
nixlib-25ed74610be9a8f0e5d78eb398912476dc5f41fd.tar.xz
nixlib-25ed74610be9a8f0e5d78eb398912476dc5f41fd.tar.zst
nixlib-25ed74610be9a8f0e5d78eb398912476dc5f41fd.zip
Merge pull request #293125 from r-ryantm/auto-update/dnsx
dnsx: 1.1.6 -> 1.2.0
-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 648f7883788e..a1556ed7d687 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.6";
+  version = "1.2.0";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "dnsx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-dyqZXc5k76BwF2Kh2vm9d+dpvgpXK/8VQeGjx1UzA6k=";
+    hash = "sha256-gfznhNW9EmUuKrgxhQD4jKO4raQedTsg/ZcpscymQTs=";
   };
 
-  vendorHash = "sha256-S1mJMVfQSy49Lm4q3v05kjbXBlBgBt/AAzLOoQkk75A=";
+  vendorHash = "sha256-/fZaUJHP5HwwLBdeNq6iMhfdJ1DYt6YVeHP4ZGmYffg=";
 
   # Tests require network access
   doCheck = false;