go-dnscollector: 2.2.3 -> 2.3.0 (#527607)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-03 19:12:49 +00:00
committed by GitHub

View File

@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "go-dnscollector";
version = "2.2.3";
version = "2.3.0";
src = fetchFromGitHub {
owner = "dmachard";
repo = "go-dnscollector";
tag = "v${finalAttrs.version}";
hash = "sha256-hqSfL3R0fp7uYBGoD1Wu0ZNLq1VnOvcN0n8zzfRXTfA=";
hash = "sha256-5SFdTDuXnVdMFGxoraUMbDV3o476sc9c7D9qWBoQXr4=";
};
vendorHash = "sha256-i1Ogo5zRYaEgiYMMTUjI2WiL2gABw2r31/WslXLzowI=";
vendorHash = "sha256-eoUsiRGtq1ucAIyeCRNEuro2Qj4iRe+3aE8DrqIcCWs=";
subPackages = [ "." ];