dnsx: 1.2.0 -> 1.2.1
Diff: https://github.com/projectdiscovery/dnsx/compare/refs/tags/v1.2.0...v1.2.1 Changelog: https://github.com/projectdiscovery/dnsx/releases/tag/v1.2.1
This commit is contained in:
parent
c44c76a75d
commit
971d50493c
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "dnsx";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "dnsx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gfznhNW9EmUuKrgxhQD4jKO4raQedTsg/ZcpscymQTs=";
|
||||
hash = "sha256-scp0CDIO8F2TqpSCgXXfb8I83stvO/GZqSA5/BkN8pE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-/fZaUJHP5HwwLBdeNq6iMhfdJ1DYt6YVeHP4ZGmYffg=";
|
||||
vendorHash = "sha256-WbFkBTPy4N+mAVSkq1q9XcNs1jk6YuBcYxiEmQV/TsM=";
|
||||
|
||||
# Tests require network access
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue