prometheus-sql-exporter: 0.8 -> 0.9 (#472326)

This commit is contained in:
Nick Cao
2025-12-19 21:07:02 +00:00
committed by GitHub
@@ -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;