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

prometheus-nats-exporter: 0.14.0 -> 0.15.0
This commit is contained in:
Nick Cao 2024-04-22 15:12:15 -04:00 committed by GitHub
commit 7b0fd2091c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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