dnsx: 1.0.7 -> 1.0.8

This commit is contained in:
Fabian Affolter 2022-02-17 08:55:11 +01:00
parent f1edce07dc
commit 7114278a30

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "dnsx"; pname = "dnsx";
version = "1.0.7"; version = "1.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "projectdiscovery"; owner = "projectdiscovery";
repo = "dnsx"; repo = "dnsx";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-92J9yRTSk2EP3lXCWH1+Ha+dx3dTNur6LIDMKbGmseI="; sha256 = "sha256-+ZLnQtN5MnWnOpLHkaZMhhsFWgGhnhalkXLakJf1wKU=";
}; };
vendorSha256 = "sha256-692PcWFYNInWcZm9NQHLQmRHGFV9XUSFoCqHo7fcGEU="; vendorSha256 = "sha256-RtYAggUWQ8b2qf5ly7BSRc+8npbLiWdM4h0Krdp4Py4=";
meta = with lib; { meta = with lib; {
description = "Fast and multi-purpose DNS toolkit"; description = "Fast and multi-purpose DNS toolkit";