prometheus-sql-exporter: 0.5.8 -> 0.5.9

This commit is contained in:
R. Ryantm
2025-01-21 16:13:10 +00:00
parent 8956e27ebc
commit 5b70b7bb25
@@ -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;