prometheus-frr-exporter: 1.3.0 -> 1.3.1 (#342776)

This commit is contained in:
Nick Cao 2024-09-18 08:50:00 -04:00 committed by GitHub
commit 20f6650387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [