prometheus-frr-exporter: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-05-30 13:05:12 +00:00
parent 1c7b92be21
commit fd4e720320
@@ -5,12 +5,12 @@
}:
let
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "tynany";
repo = "frr_exporter";
rev = "v${version}";
hash = "sha256-Dk8YcaUzpM65WlSTJojVZb3IDGIZ7DGWOstRgyA/sYw=";
hash = "sha256-F3N2TJmcFxks2yP52yzeWfiVwQQO54EDAdzUCqXVrbM=";
};
in
buildGoModule {