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

prometheus-json-exporter: 0.5.0 -> 0.6.0

authored by Weijia Wang and committed by GitHub b413b9ec 6c9da082

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/json-exporter.nix
··· 2 3 buildGoModule rec { 4 pname = "prometheus-json-exporter"; 5 - version = "0.5.0"; 6 7 src = fetchFromGitHub { 8 owner = "prometheus-community"; 9 repo = "json_exporter"; 10 rev = "v${version}"; 11 - sha256 = "sha256-33cu2DG6kgzCVQPaN9L8f/Iq76RqDPa+kE7qMt8czhI="; 12 }; 13 14 - vendorSha256 = "sha256-aMpJaxyBBfpsRJTxAO05926tQSt8qQoDDzLFbX4qwWc="; 15 16 passthru.tests = { inherit (nixosTests.prometheus-exporters) json; }; 17
··· 2 3 buildGoModule rec { 4 pname = "prometheus-json-exporter"; 5 + version = "0.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "prometheus-community"; 9 repo = "json_exporter"; 10 rev = "v${version}"; 11 + sha256 = "sha256-5tFhk62ewRE87lxgVM2bytV9GbXT5iAwbJqklohYDvM="; 12 }; 13 14 + vendorHash = "sha256-Hij3lh92OCH+sTrzNl/KkjLAhPGffzzmxhPDO2wG0gA="; 15 16 passthru.tests = { inherit (nixosTests.prometheus-exporters) json; }; 17