prom2json: 1.3.0 to 1.3.2 (#198809)

This builds successfully on Mac (Darwin) now, whereas previously it was
failing due to an old version of transitive dependency golang.org/x/sys.

authored by Caleb Chase and committed by GitHub d12a1306 15a051a5

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/prom2json.nix
··· 2 3 buildGoModule rec { 4 pname = "prom2json"; 5 - version = "1.3.0"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "prometheus"; 10 repo = "prom2json"; 11 - sha256 = "09glf7br1a9k6j2hs94l2k4mlmlckdz5c9v6qg618c2nd4rk1mz6"; 12 }; 13 14 - vendorSha256 = null; 15 16 meta = with lib; { 17 description = "Tool to scrape a Prometheus client and dump the result as JSON";
··· 2 3 buildGoModule rec { 4 pname = "prom2json"; 5 + version = "1.3.2"; 6 7 src = fetchFromGitHub { 8 rev = "v${version}"; 9 owner = "prometheus"; 10 repo = "prom2json"; 11 + sha256 = "sha256-5RPpgUEFLecu0qRg7KSNLwdUEiXeebrGdP/udCtq4z0="; 12 }; 13 14 + vendorSha256 = "sha256-fPGkqrnl21as1xiT279qPzkz01tDNOSMcsm/DSNHDU0="; 15 16 meta = with lib; { 17 description = "Tool to scrape a Prometheus client and dump the result as JSON";