Merge pull request #183745 from r-ryantm/auto-update/prometheus-json-exporter

prometheus-json-exporter: 0.4.0 -> 0.5.0
This commit is contained in:
Jonas Heinrich 2022-08-22 15:18:21 +02:00 committed by GitHub
commit 6654c6aae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "prometheus-json-exporter";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "json_exporter";
rev = "v${version}";
sha256 = "sha256-BzzDa+5YIyaqG88AZumGVEbbHomcNWhVWhSrITdD6XA=";
sha256 = "sha256-33cu2DG6kgzCVQPaN9L8f/Iq76RqDPa+kE7qMt8czhI=";
};
vendorSha256 = "sha256-Xw5xsEwd+v2f4DBsjY4q0tzABgNo4NuEtiTMoZ/pFNE=";
vendorSha256 = "sha256-aMpJaxyBBfpsRJTxAO05926tQSt8qQoDDzLFbX4qwWc=";
passthru.tests = { inherit (nixosTests.prometheus-exporters) json; };