prometheus-junos-czerwonk-exporter: 0.14.2 -> 0.14.3 (#419875)

Changed files
+3 -3
pkgs
servers
monitoring
+3 -3
pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
···
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";