From 25507c8e71048c55e6b3f724fef5271dbe8356b8 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 25 Jun 2025 13:10:49 +0000 Subject: [PATCH] prometheus-junos-czerwonk-exporter: 0.14.2 -> 0.14.3 --- .../monitoring/prometheus/junos-czerwonk-exporter.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix b/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix index 882b6c8a5e8f..23eed642ba6f 100644 --- a/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "junos-czerwonk-exporter"; - version = "0.14.2"; + version = "0.14.3"; src = fetchFromGitHub { owner = "czerwonk"; repo = "junos_exporter"; rev = version; - sha256 = "sha256-mYhe4EYbvSXi08/sUrsk0G9zx6LjScXBr0cDecr1cQo="; + sha256 = "sha256-m8CveakbnxIjqFW1VwSD/sDhpf12mbZRJdwTOLaBYmc="; }; - vendorHash = "sha256-MXKebWivVU/AP/YlCGM7a28AVJSPk10OFcdkYthf0G0="; + vendorHash = "sha256-zD5QkpyeqrmX0zGgdQg9yQQrX/+0Xz+Q04IzpO+Qc5Q="; meta = with lib; { description = "Exporter for metrics from devices running JunOS";