Merge pull request #218334 from r-ryantm/auto-update/prometheus-redis-exporter

prometheus-redis-exporter: 1.46.0 -> 1.47.0
This commit is contained in:
Nick Cao 2023-02-26 09:36:39 +08:00 committed by GitHub
commit 8157cbe87d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "redis_exporter";
version = "1.46.0";
version = "1.47.0";
src = fetchFromGitHub {
owner = "oliver006";
repo = "redis_exporter";
rev = "v${version}";
sha256 = "sha256-5OZ4DuGIVMw0Yvd4JC+dbX01RAUAZHmROzl+7Pd6+tc=";
sha256 = "sha256-pSLFfArmG4DIgYUD8qz71P+7RYIQuUycnYzNFXNhZ8A=";
};
vendorHash = "sha256-p6C/j1591cmPtIvBH1022YRkfBo07KQ8fqUwJ5YIUn8=";
vendorHash = "sha256-Owfxy7WkucQ6BM8yjnZg9/8CgopGTtbQTTUuxoT3RRE=";
ldflags = [
"-X main.BuildVersion=${version}"