prometheus-frr-exporter: 1.8.1 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-11-04 20:44:24 +00:00
parent da83893018
commit da79d2ee96

View File

@@ -5,12 +5,12 @@
}:
let
version = "1.8.1";
version = "1.9.0";
src = fetchFromGitHub {
owner = "tynany";
repo = "frr_exporter";
rev = "v${version}";
hash = "sha256-RURuJXAX1U1KPX0IJXs3OE1Rr7MV5xrhrew7mKfaeNM=";
hash = "sha256-oW+i1xSvBWXBMoml0/hk0rlaDEHazb8mcurgifpR5m4=";
};
in
buildGoModule {