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

authored by Martin Weinelt and committed by GitHub 07aba008 da5e06a7

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/json-exporter.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "prometheus-json-exporter"; 5 - version = "0.3.0"; 5 + version = "0.4.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "prometheus-community"; 9 9 repo = "json_exporter"; 10 10 rev = "v${version}"; 11 - sha256 = "0nhww7pbyqpiikcli1ysqa15d4y76h3jaij1j0sj8i3mhv1nsjz9"; 11 + sha256 = "sha256-BzzDa+5YIyaqG88AZumGVEbbHomcNWhVWhSrITdD6XA="; 12 12 }; 13 13 14 - vendorSha256 = "1fiy6x06mqxbv9c4rxfl4q7hvblbzhknkpcp0alz61f3fk5wxsgp"; 14 + vendorSha256 = "sha256-Xw5xsEwd+v2f4DBsjY4q0tzABgNo4NuEtiTMoZ/pFNE="; 15 15 16 16 passthru.tests = { inherit (nixosTests.prometheus-exporters) json; }; 17 17