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

prometheus-nats-exporter: 0.14.0 -> 0.15.0

authored by Nick Cao and committed by GitHub 7b0fd209 e900b57f

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