prometheus-frr-exporter: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2025-08-17 08:04:10 +00:00
parent 91dc47bffd
commit 33d336be4d

View File

@ -5,12 +5,12 @@
}:
let
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "tynany";
repo = "frr_exporter";
rev = "v${version}";
hash = "sha256-pzNketG3YwKPAfNXObQPmpiAXuuA3wNdTG/dzUWULFo=";
hash = "sha256-RURuJXAX1U1KPX0IJXs3OE1Rr7MV5xrhrew7mKfaeNM=";
};
in
buildGoModule {