go-dnscollector: 1.14.0 -> 2.0.0 (#478362)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-09 13:23:41 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-dnscollector";
version = "1.14.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "dmachard";
repo = "go-dnscollector";
tag = "v${version}";
hash = "sha256-J6h/td5vCZwVruamZziIxRhAOdLdlv3Aupz9m0bExU4=";
hash = "sha256-d6FFxVGolXfZF4Ulklxg8u26DdV9yHeDUf2IEEryELw=";
};
vendorHash = "sha256-BQLlEY9CJDwJRbzB5kflBwwxcWMLbaqgWUtz2p3CJsE=";
vendorHash = "sha256-4gk7LwRDrTiMCrR6JJpdSvCmNa7wQ5Hk06OGd6/SACc=";
subPackages = [ "." ];