go-dnscollector: 2.2.3 -> 2.3.0

This commit is contained in:
R. Ryantm
2026-06-03 14:51:15 +00:00
parent 970a6817ad
commit f6248d7101
+3 -3
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 = [ "." ];