3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Martin Weinelt 2022-02-13 03:25:26 +01:00 committed by GitHub
commit 07aba00881
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.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "json_exporter";
rev = "v${version}";
sha256 = "0nhww7pbyqpiikcli1ysqa15d4y76h3jaij1j0sj8i3mhv1nsjz9";
sha256 = "sha256-BzzDa+5YIyaqG88AZumGVEbbHomcNWhVWhSrITdD6XA=";
};
vendorSha256 = "1fiy6x06mqxbv9c4rxfl4q7hvblbzhknkpcp0alz61f3fk5wxsgp";
vendorSha256 = "sha256-Xw5xsEwd+v2f4DBsjY4q0tzABgNo4NuEtiTMoZ/pFNE=";
passthru.tests = { inherit (nixosTests.prometheus-exporters) json; };