prometheus-frr-exporter: 1.8.0 -> 1.8.1 (#434405)

This commit is contained in:
Nick Cao 2025-08-17 20:54:32 -04:00 committed by GitHub
commit 614ec29329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {