Unverified Commit c4e4dc2c authored by Benjamin Staffin's avatar Benjamin Staffin Committed by GitHub
Browse files

prom2json: 1.4.2 -> 1.5.0 (#452370)

parents 23fc6fcc 3b2a552a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";