go-dnscollector: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-05-01 13:54:02 +00:00
parent 72d7521374
commit bdd5c5dd60

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-dnscollector";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "dmachard";
repo = "go-dnscollector";
rev = "v${version}";
sha256 = "sha256-/jc9OEWxwcMFIdihlyxADHgZKumc/uOqkhjjN1mLw1U=";
sha256 = "sha256-antLNQEOA20XxmmZHFQcs0VuLVfgM5V3wyXOYIX4hlk=";
};
vendorHash = "sha256-koWDlmlabDiwnlx+BTTtSQglu2lpccoTh17fRUC3pvg=";
vendorHash = "sha256-9EQr4lhv6+PkAnMJ6iWnBsK/SzZaOyVkSpqSYsX07LY=";
subPackages = [ "." ];