prometheus-frr-exporter: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm
2025-07-09 13:07:24 +00:00
parent 247c3817d7
commit 288d679dad
@@ -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 {