Merge pull request #281355 from r-ryantm/auto-update/prometheus-nats-exporter

prometheus-nats-exporter: 0.13.0 -> 0.14.0

authored by

Franz Pletz and committed by
GitHub
6ec623c9 9ac9df5a

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/nats-exporter.nix
··· 2 3 buildGoModule rec { 4 pname = "prometheus-nats-exporter"; 5 - version = "0.13.0"; 6 7 src = fetchFromGitHub { 8 owner = "nats-io"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-TsFj/iUG/PkGvVVn5RSWwEnHsEIGWMY8iapBHVpzt1c="; 12 }; 13 14 - vendorHash = "sha256-IoguUXHxEeyHb2io41ROgam8+7vD5WKzEWwNh4Dlk1o="; 15 16 preCheck = '' 17 # Fix `insecure algorithm SHA1-RSA` problem
··· 2 3 buildGoModule rec { 4 pname = "prometheus-nats-exporter"; 5 + version = "0.14.0"; 6 7 src = fetchFromGitHub { 8 owner = "nats-io"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-Zg4zmb0tvu7JPv9XS5Qd5o/ClnODSPz36isjUbFM1ec="; 12 }; 13 14 + vendorHash = "sha256-VygRE6YviSSIYpMbTEPndR6WUmLAZDwgvuJcwBuizck="; 15 16 preCheck = '' 17 # Fix `insecure algorithm SHA1-RSA` problem