go-dnscollector: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2025-07-14 13:53:03 +00:00
parent e43a656b16
commit 90de7fab2e

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-dnscollector";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "dmachard";
repo = "go-dnscollector";
rev = "v${version}";
sha256 = "sha256-q12hMnSqA/KCkmiqsmBpvDmyHtuEWhMBTKwOOyw3Wfs=";
sha256 = "sha256-ebl/edMN45oLV1pN6mCaOSgxSSyAugsBP2sQWbIiPTI=";
};
vendorHash = "sha256-TtlOwmNyO2/eQCajPBu6Pgdbuk4gacpgtcnr1vZgZdg=";
vendorHash = "sha256-Y0LOtyRJWOFAQwfg8roisSer0oCxPiaYICE1FY/SEF8=";
subPackages = [ "." ];