prometheus-frr-exporter: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2024-09-18 11:22:05 +00:00
parent e1bd0a9c37
commit 8e503074d2

View File

@ -1,17 +1,17 @@
{ lib, buildGoModule, fetchFromGitHub }:
let
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "tynany";
repo = "frr_exporter";
rev = "v${version}";
hash = "sha256-6a58COPlV6xyy/EAJmt+lXH23ULJY5ysMM6+3VDiTmE=";
hash = "sha256-SDtI7CvCeuRL1cXNsWGCl/zupVbgMxv5bzYYqJWTrMw=";
};
in
buildGoModule {
pname = "prometheus-frr-exporter";
vendorHash = "sha256-AvJzt9+81WDFXU0IOo9nqT/mEYixuhBIJfBx395Wsdo=";
vendorHash = "sha256-G+S4XORrg0AEKoAqYdmg+uW6x0Ub5diQTyQGY0iebHg=";
inherit src version;
ldflags = [