prometheus-sql-exporter: 0.6 -> 0.8 (#416141)

This commit is contained in:
Wolfgang Walther
2025-06-26 21:01:16 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "sql_exporter";
version = "0.6";
version = "0.8";
src = fetchFromGitHub {
owner = "justwatchcom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XFI4vuTiy6cbqsb8XitD7fX68QdvQ7X8BUznr9H0OPg=";
sha256 = "sha256-6aJ1vBhRgHmWFoEB1pd+mCqeb1y7G91HshcZ7ehf35w=";
};
vendorHash = null;