Skip to content

Commit

Permalink
prom2json: 1.4.0 -> 1.4.1 (NixOS#343171)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 20, 2024
1 parent 5ed5730 commit 2083a7f
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.4.0";
version = "1.4.1";

src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "prom2json";
sha256 = "sha256-oOnrIGtNQqS/7XCKcFtzXskv7N6syNyS52pZMwrY5wU=";
sha256 = "sha256-cKz+ZFQYjsL7dFfXXCrl4T8OuvQkdqVAotG9HRNtN7o=";
};

vendorHash = "sha256-d+/38wUMFChuLlVb84DELRQylCDIqopzk2bw/yd5B/E=";
vendorHash = "sha256-pCy4oECZnvoODezUD1+lOT46yWUr78zvnHgEB2BJN3c=";

meta = with lib; {
description = "Tool to scrape a Prometheus client and dump the result as JSON";
Expand Down

0 comments on commit 2083a7f

Please sign in to comment.