Merge pull request #239461 from r-ryantm/auto-update/prometheus-sql-exporter

prometheus-sql-exporter: 0.4.5 -> 0.4.7
This commit is contained in:
Weijia Wang 2023-06-26 07:08:06 +02:00 committed by GitHub
commit 88e04da6dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "sql_exporter";
version = "0.4.5";
version = "0.4.7";
src = fetchFromGitHub {
owner = "justwatchcom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-A3hMSnfxiEgFYueARuldEHT/5ROCIwWjqQj2FdkVYqo=";
sha256 = "sha256-aSygfs5jVc1CTb+uj16U//99ypP4kixz7gqDvxIxxfM=";
};
vendorSha256 = null;
vendorHash = null;
ldflags = let t = "github.com/prometheus/common/version"; in
[