3
0
Fork 0
forked from mirrors/nixpkgs

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

prometheus-json-exporter: 0.5.0 -> 0.6.0
This commit is contained in:
Weijia Wang 2023-06-12 11:12:23 +03:00 committed by GitHub
commit b413b9ec68
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.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "json_exporter";
rev = "v${version}";
sha256 = "sha256-33cu2DG6kgzCVQPaN9L8f/Iq76RqDPa+kE7qMt8czhI=";
sha256 = "sha256-5tFhk62ewRE87lxgVM2bytV9GbXT5iAwbJqklohYDvM=";
};
vendorSha256 = "sha256-aMpJaxyBBfpsRJTxAO05926tQSt8qQoDDzLFbX4qwWc=";
vendorHash = "sha256-Hij3lh92OCH+sTrzNl/KkjLAhPGffzzmxhPDO2wG0gA=";
passthru.tests = { inherit (nixosTests.prometheus-exporters) json; };