prometheus-json-exporter: 0.4.0 -> 0.5.0

+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.4.0"; 5 + version = "0.5.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "prometheus-community"; 9 9 repo = "json_exporter"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-BzzDa+5YIyaqG88AZumGVEbbHomcNWhVWhSrITdD6XA="; 11 + sha256 = "sha256-33cu2DG6kgzCVQPaN9L8f/Iq76RqDPa+kE7qMt8czhI="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-Xw5xsEwd+v2f4DBsjY4q0tzABgNo4NuEtiTMoZ/pFNE="; 14 + vendorSha256 = "sha256-aMpJaxyBBfpsRJTxAO05926tQSt8qQoDDzLFbX4qwWc="; 15 15 16 16 passthru.tests = { inherit (nixosTests.prometheus-exporters) json; }; 17 17