Merge pull request #240879 from aaronjheng/zdns

zdns: 2022-03-14-unstable -> 2023-04-09-unstable
This commit is contained in:
Fabian Affolter 2023-07-01 12:38:04 +02:00 committed by GitHub
commit 8068981386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zdns";
version = "2022-03-14-unstable";
version = "2023-04-09-unstable";
src = fetchFromGitHub {
owner = "zmap";
repo = pname;
rev = "d659a361f6d5165462c10e1c1243f420175e066b";
hash = "sha256-856O6H03me3IM39/+6n56KJIetL+v4on6+lJx5D2Pcw=";
rev = "ac6c7f30a7f5e11f87779f5275adeed117227cd6";
hash = "sha256-que2uzIH8GybU6Ekumg/MjgBHSmFCF+T7PWye+25kaY=";
};
vendorSha256 = "sha256-5kZ0voyicnqK/0yrMYW+gR1vVDyptW6I1HgyG4zleX8=";
vendorHash = "sha256-daMPk1TKrUXXqCb4WVkrUIJsBL7uzXLJnxWNbHQ/Im4=";
meta = with lib; {
description = "CLI DNS lookup tool";