prometheus-frr-exporter: 1.3.3 -> 1.4.0

This commit is contained in:
R. Ryantm
2025-01-31 23:10:20 +00:00
parent 79187e681c
commit 2854d9ac0d
@@ -5,12 +5,12 @@
}:
let
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "tynany";
repo = "frr_exporter";
rev = "v${version}";
hash = "sha256-HjVod7h2Q21StSRd2ntYunBFKBmZ4qi+Hl515zI4gbc=";
hash = "sha256-J847Y2ZxD0JLEv7hYS5EsNBA6052PXO6VVoavFrWVUU=";
};
in
buildGoModule {