prometheus-sql-exporter: 0.8 -> 0.9

This commit is contained in:
R. Ryantm
2025-12-19 09:25:30 +00:00
parent 97239fb2b1
commit 8abd7e9d69
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "sql_exporter";
version = "0.8";
version = "0.9";
src = fetchFromGitHub {
owner = "justwatchcom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6aJ1vBhRgHmWFoEB1pd+mCqeb1y7G91HshcZ7ehf35w=";
sha256 = "sha256-fbPjUMSDNqF8TPnhRaTgIRsuTcHhaRkTND9KdCwaCUI=";
};
vendorHash = null;