prom2json: 1.4.2 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-10-15 20:30:05 +00:00
parent df65e0ab4a
commit 3b2a552ad1
@@ -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";