prometheus-sql-exporter: 0.6 -> 0.8

This commit is contained in:
R. Ryantm
2025-06-21 20:07:01 +00:00
parent 379f765fb8
commit ab311e9aac
@@ -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;