prometheus-influxdb-exporter: 0.8.0 -> 0.10.0

This commit is contained in:
Jiajie Chen 2022-07-23 18:47:51 +08:00 committed by Franz Pletz
parent 54f19d3ee7
commit 919b82bacf

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "influxdb_exporter";
version = "0.8.0";
version = "0.10.0";
rev = "v${version}";
src = fetchFromGitHub {
inherit rev;
owner = "prometheus";
repo = "influxdb_exporter";
sha256 = "sha256-aNj4ru3yDet+jdcEpckFVaymmjWmKzTMPcTxPMNFbgo=";
sha256 = "sha256-AK1vlaYd2/+8/1rpzT1lKvTgybgxoL7gFqZIadfEUQY=";
};
vendorSha256 = null;
vendorSha256 = "sha256-xTxSKeCTkWKl70wm+5htFncMW6SdzbA4zW9tjKE9vDM=";
ldflags = [
"-s"