Skip to content

Commit

Permalink
prom2json: 1.3.3 -> 1.4.0 (NixOS#326447)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and shahinism committed Jul 15, 2024
1 parent 3743a85 commit ec21795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/prom2json.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ec21795

Please sign in to comment.