prometheus-sql-exporter: 0.5.9 -> 0.6 (#401756)

This commit is contained in:
Nick Cao
2025-04-25 16:54:34 -04:00
committed by GitHub
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "sql_exporter";
version = "0.5.9";
version = "0.6";
src = fetchFromGitHub {
owner = "justwatchcom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KygxnNbElzRtVwjKmlbgdCxO3oEYssfFl5UAk5+F50c=";
sha256 = "sha256-XFI4vuTiy6cbqsb8XitD7fX68QdvQ7X8BUznr9H0OPg=";
};
vendorHash = null;