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

prometheus-nats-exporter: 0.13.0 -> 0.14.0
This commit is contained in:
Franz Pletz 2024-01-16 20:25:35 +01:00 committed by GitHub
commit 6ec623c912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "prometheus-nats-exporter";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "nats-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TsFj/iUG/PkGvVVn5RSWwEnHsEIGWMY8iapBHVpzt1c=";
sha256 = "sha256-Zg4zmb0tvu7JPv9XS5Qd5o/ClnODSPz36isjUbFM1ec=";
};
vendorHash = "sha256-IoguUXHxEeyHb2io41ROgam8+7vD5WKzEWwNh4Dlk1o=";
vendorHash = "sha256-VygRE6YviSSIYpMbTEPndR6WUmLAZDwgvuJcwBuizck=";
preCheck = ''
# Fix `insecure algorithm SHA1-RSA` problem