go-dnscollector: 1.1.0 -> 1.2.0 (#356328)

This commit is contained in:
Nick Cao 2024-11-16 09:45:49 -05:00 committed by GitHub
commit 229e53b075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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