Merge pull request #250104 from r-ryantm/auto-update/prometheus-bind-exporter

prometheus-bind-exporter: 0.6.1 -> 0.7.0
This commit is contained in:
Nick Cao 2023-08-19 15:31:14 +08:00 committed by GitHub
commit 5d7d88fcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "bind_exporter";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus-community";
repo = "bind_exporter";
sha256 = "sha256-qyTfo4Pkp07v575p7SePwe/OfCZRVuHKGyaEQQOkYjk=";
sha256 = "sha256-x/XGatlXCKo9cI92JzFItApsjuZAfZX+8IZRpy7PVUo=";
};
vendorHash = "sha256-ZQKQY7budLH6eAusLMwSF5cLJ6QdiXLJc29xJk+XBxI=";
vendorHash = "sha256-f0ei/zotOj5ebURAOWUox/7J3jS2abQ5UgjninI9nRk=";
passthru.tests = { inherit (nixosTests.prometheus-exporters) bind; };