go-dnscollector: 1.13.0 -> 1.14.0 (#468433)

This commit is contained in:
Fabian Affolter
2025-12-07 08:06:02 +00:00
committed by GitHub
+5 -4
View File
@@ -6,22 +6,23 @@
buildGoModule rec {
pname = "go-dnscollector";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "dmachard";
repo = "go-dnscollector";
rev = "v${version}";
sha256 = "sha256-oip7rMCcWppUwCPy6VG/kJsNWf1EZZmf0iTj8FSvHeE=";
tag = "v${version}";
hash = "sha256-J6h/td5vCZwVruamZziIxRhAOdLdlv3Aupz9m0bExU4=";
};
vendorHash = "sha256-1gFsLsPrsJhZ6V3/H22ZjIHrG1hTsRCj/Ur3gC01NSE=";
vendorHash = "sha256-BQLlEY9CJDwJRbzB5kflBwwxcWMLbaqgWUtz2p3CJsE=";
subPackages = [ "." ];
meta = with lib; {
description = "Ingesting, pipelining, and enhancing your DNS logs with usage indicators, security analysis, and additional metadata";
homepage = "https://github.com/dmachard/go-dnscollector";
changelog = "https://github.com/dmachard/DNS-collector/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ shift ];
};