go-dnscollector: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-11-16 02:07:26 +00:00
parent 3d8f220f71
commit a044676a15

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-dnscollector";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "dmachard";
repo = "go-dnscollector";
rev = "v${version}";
sha256 = "sha256-+EE9miEm1sHxTHcQ+Zmnj5ljSisKtds9L+SLIvgIfb4=";
sha256 = "sha256-at5tTJAmBypdCDCnqRY9zCjMxWD80Ry1bDZZkJeKzGY=";
};
vendorHash = "sha256-Njv8EGPS45NpCs0+poBxVGWLHhH+mSZuI80kIpsijDQ=";
vendorHash = "sha256-AqG1CkGVq95S5BFWeB3O7sjvtC09UjzWVfWkB0nxYFg=";
subPackages = [ "." ];