prom2json: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2023-05-30 07:34:24 +00:00
parent 1eaf23e8fe
commit 3ef1b8d27d

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "prom2json"; pname = "prom2json";
version = "1.3.2"; version = "1.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "prometheus"; owner = "prometheus";
repo = "prom2json"; repo = "prom2json";
sha256 = "sha256-5RPpgUEFLecu0qRg7KSNLwdUEiXeebrGdP/udCtq4z0="; sha256 = "sha256-VwJv2Y+YrlhLRx0lRPtHTzjvSz7GPfADCZibkQU6S1Y=";
}; };
vendorSha256 = "sha256-fPGkqrnl21as1xiT279qPzkz01tDNOSMcsm/DSNHDU0="; vendorHash = "sha256-m9f3tCX21CMdcXcUcLFOxgs9oDR2Uaj5u22eJPDmpeE=";
meta = with lib; { meta = with lib; {
description = "Tool to scrape a Prometheus client and dump the result as JSON"; description = "Tool to scrape a Prometheus client and dump the result as JSON";