dns-collector: 1.8.0 -> 1.9.0 (#425274)

Co-authored-by: paepckehh <git@paepcke.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-15 04:04:17 +00:00 committed by GitHub
commit 325ee2aca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "dns-collector"; pname = "dns-collector";
version = "1.8.0"; version = "1.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dmachard"; owner = "dmachard";
repo = "dns-collector"; repo = "dns-collector";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-q12hMnSqA/KCkmiqsmBpvDmyHtuEWhMBTKwOOyw3Wfs="; hash = "sha256-ebl/edMN45oLV1pN6mCaOSgxSSyAugsBP2sQWbIiPTI=";
}; };
subPackages = [ "." ]; subPackages = [ "." ];
@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
"-X github.com/prometheus/common/version.Version=${finalAttrs.version}" "-X github.com/prometheus/common/version.Version=${finalAttrs.version}"
]; ];
vendorHash = "sha256-TtlOwmNyO2/eQCajPBu6Pgdbuk4gacpgtcnr1vZgZdg="; vendorHash = "sha256-Y0LOtyRJWOFAQwfg8roisSer0oCxPiaYICE1FY/SEF8=";
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };