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

prometheus-sql-exporter: 0.4.7 -> 0.5.2
This commit is contained in:
OTABI Tomoya 2023-11-10 18:32:05 +09:00 committed by GitHub
commit d81d9edc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sql_exporter";
version = "0.4.7";
version = "0.5.2";
src = fetchFromGitHub {
owner = "justwatchcom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aSygfs5jVc1CTb+uj16U//99ypP4kixz7gqDvxIxxfM=";
sha256 = "sha256-TkTxmumL7T8stNPWkVrMdB23jjMyQcv2x9F+rK6Vj6E=";
};
vendorHash = null;