prom2json: 1.3.3 -> 1.4.0 (#326447)

This commit is contained in:
R. RyanTM 2024-07-13 02:10:40 +10:00 committed by GitHub
parent 1dfd09c688
commit 3e37f9d67e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "prom2json";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "prom2json";
sha256 = "sha256-VwJv2Y+YrlhLRx0lRPtHTzjvSz7GPfADCZibkQU6S1Y=";
sha256 = "sha256-oOnrIGtNQqS/7XCKcFtzXskv7N6syNyS52pZMwrY5wU=";
};
vendorHash = "sha256-m9f3tCX21CMdcXcUcLFOxgs9oDR2Uaj5u22eJPDmpeE=";
vendorHash = "sha256-d+/38wUMFChuLlVb84DELRQylCDIqopzk2bw/yd5B/E=";
meta = with lib; {
description = "Tool to scrape a Prometheus client and dump the result as JSON";