summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 03:00:51 +0200
committerGitHub <noreply@github.com>2023-10-28 03:00:51 +0200
commit2e4206dbaf0b005972735b28071ac7018381855b (patch)
treec671c34fd747185f425cf9cb57c88a146a3842c2 /pkgs/servers/monitoring/prometheus
parente921cbd1da8661e1ead7cdf675a934669c4eaa2c (diff)
parentf0f081a621bf8f4c36617627f7942b5b1821dac8 (diff)
downloadnixpkgs-2e4206dbaf0b005972735b28071ac7018381855b.tar
nixpkgs-2e4206dbaf0b005972735b28071ac7018381855b.tar.gz
nixpkgs-2e4206dbaf0b005972735b28071ac7018381855b.tar.bz2
nixpkgs-2e4206dbaf0b005972735b28071ac7018381855b.tar.lz
nixpkgs-2e4206dbaf0b005972735b28071ac7018381855b.tar.xz
nixpkgs-2e4206dbaf0b005972735b28071ac7018381855b.tar.zst
nixpkgs-2e4206dbaf0b005972735b28071ac7018381855b.zip
Merge pull request #260801 from r-ryantm/auto-update/prometheus-junos-czerwonk-exporter
prometheus-junos-czerwonk-exporter: 0.12.0 -> 0.12.2
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-rw-r--r--pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix6
1 files 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 b5c8d994bd0..2b50c785070 100644
--- a/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "junos-czerwonk-exporter";
-  version = "0.12.0";
+  version = "0.12.2";
 
   src = fetchFromGitHub {
     owner = "czerwonk";
     repo = "junos_exporter";
     rev = version;
-    sha256 = "sha256-9Oh1GsqoIml/SKCmLHuJSnz0k2szEYkb6ArEsU5p198=";
+    sha256 = "sha256-KdVyRddAr2gqiFyIGBfWbi4DHAaiey4p4OBFND/2u7U=";
   };
 
-  vendorHash = "sha256-cQChRpjhL3plUk/J+8z2cg3u9IhMo6aTAbY8M/qlXSQ=";
+  vendorHash = "sha256-fytDr56ZhhO5u6u9CRIEKXGqgnzntSVqEVItibpLyPM=";
 
   meta = with lib; {
     description = "Exporter for metrics from devices running JunOS";