Merge pull request #234953 from r-ryantm/auto-update/prom2json

prom2json: 1.3.2 -> 1.3.3
This commit is contained in:
Nick Cao 2023-05-30 02:23:35 -06:00 committed by GitHub
commit 54b8b8ac43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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