Merge pull request #225524 from r-ryantm/auto-update/prometheus-bind-exporter
prometheus-bind-exporter: 0.6.0 -> 0.6.1
This commit is contained in:
commit
6e388a937e
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "bind_exporter";
|
pname = "bind_exporter";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "prometheus-community";
|
owner = "prometheus-community";
|
||||||
repo = "bind_exporter";
|
repo = "bind_exporter";
|
||||||
sha256 = "sha256-MZ+WjEtSTGsi+2iKSZ4Xy6gq+Zf7DZHolBiq3wop22A=";
|
sha256 = "sha256-qyTfo4Pkp07v575p7SePwe/OfCZRVuHKGyaEQQOkYjk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-uTjY4Fx2GR6e/3nXKNcmjsWbDjnOnu/jOShXzMF+b3Q=";
|
vendorHash = "sha256-ZQKQY7budLH6eAusLMwSF5cLJ6QdiXLJc29xJk+XBxI=";
|
||||||
|
|
||||||
passthru.tests = { inherit (nixosTests.prometheus-exporters) bind; };
|
passthru.tests = { inherit (nixosTests.prometheus-exporters) bind; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue