prom2json: 1.4.2 -> 1.5.0 (#452370)

This commit is contained in:
Benjamin Staffin
2025-10-16 14:28:50 +00:00
committed by GitHub
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "prom2json";
version = "1.4.2";
version = "1.5.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "prom2json";
sha256 = "sha256-3A26xMXJv2MMpFoc0zKZdSLg9WCueIsKdRdyM2NsUJw=";
sha256 = "sha256-Zd3p1anHleKAkFcHEx7tgpxjTlb5OvdWXFNNyfJ63+w=";
};
vendorHash = "sha256-2XZYc6byupFTR2HCAVSL3wLYWwuzkkhqegzZRTakcgI=";
vendorHash = "sha256-PZXuhPpO02ix88RtBpsGaQxgQNVn+LW09rrN66+mCpw=";
meta = with lib; {
description = "Tool to scrape a Prometheus client and dump the result as JSON";