prometheus-frr-exporter: 1.7.0 -> 1.8.0 (#423781)

This commit is contained in:
Weijia Wang
2025-08-03 16:32:27 -06:00
committed by GitHub
@@ -5,12 +5,12 @@
}:
let
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "tynany";
repo = "frr_exporter";
rev = "v${version}";
hash = "sha256-F3N2TJmcFxks2yP52yzeWfiVwQQO54EDAdzUCqXVrbM=";
hash = "sha256-pzNketG3YwKPAfNXObQPmpiAXuuA3wNdTG/dzUWULFo=";
};
in
buildGoModule {