prometheus-sql-exporter: 0.5.8 -> 0.5.9 (#375581)

This commit is contained in:
Nick Cao
2025-01-21 15:13:14 -05:00
committed by GitHub
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "sql_exporter";
version = "0.5.8";
version = "0.5.9";
src = fetchFromGitHub {
owner = "justwatchcom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Uf5Itclc43E8tsgS8rR8F2Dq9gNVIagoB5KfEqqd7MI=";
sha256 = "sha256-KygxnNbElzRtVwjKmlbgdCxO3oEYssfFl5UAk5+F50c=";
};
vendorHash = null;