Skip to content

Commit

Permalink
dnsx: 1.0.9 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 14, 2022
1 parent 12769bc commit c51d465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/dnsx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c51d465

Please sign in to comment.