prometheus-frr-exporter: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm 2025-05-14 13:21:54 +00:00
parent dac052eb34
commit 121f1687bf

View file

@ -5,12 +5,12 @@
}:
let
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "tynany";
repo = "frr_exporter";
rev = "v${version}";
hash = "sha256-lGS3/lKtNRmG8zM2V1I9vXhMXoqjMHchHZdag0qECR4=";
hash = "sha256-Dk8YcaUzpM65WlSTJojVZb3IDGIZ7DGWOstRgyA/sYw=";
};
in
buildGoModule {