dns-collector: 1.12.0 -> 1.13.0
This commit is contained in:
@@ -7,13 +7,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "dns-collector";
|
pname = "dns-collector";
|
||||||
version = "1.12.0";
|
version = "1.13.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-LQJxK2MZtFeFm5keNoNSDHXmxS8z9/fsCV02BGsph74=";
|
hash = "sha256-oip7rMCcWppUwCPy6VG/kJsNWf1EZZmf0iTj8FSvHeE=";
|
||||||
};
|
};
|
||||||
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-nZheY/CbzDR/GB4Nu3xiWXsxrrvu/AKZE0gquBrfXXM=";
|
vendorHash = "sha256-1gFsLsPrsJhZ6V3/H22ZjIHrG1hTsRCj/Ur3gC01NSE=";
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user