prometheus-mongodb-exporter: 0.39.0 -> 0.40.0

This commit is contained in:
R. Ryantm 2023-12-18 01:41:53 +00:00
parent 17eaac83fe
commit c94cf423ae

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "mongodb_exporter";
version = "0.39.0";
version = "0.40.0";
src = fetchFromGitHub {
owner = "percona";
repo = "mongodb_exporter";
rev = "v${version}";
hash = "sha256-QII93sd/Lh+m6S5HtDsOt2BUnqg+X8I24KoU+MAWWQU=";
hash = "sha256-cWXfMi48aF06Prua3n4geG2yP1JzLlHq/xh1HmiJkT4=";
};
vendorHash = "sha256-khNkh2LufCE3KdPYRCALz66X+Q1U+sTIILh4uDzhKiI=";
vendorHash = "sha256-69YBrDAEruWXaAqLfRVtqmZ0pop3r5cusePSV2Q1MXw=";
ldflags = [
"-s"