prometheus-sql-exporter: 0.5.6 -> 0.5.7

This commit is contained in:
R. Ryantm 2024-10-20 06:29:09 +00:00
parent 75d8eea61e
commit 544a89f00e

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "sql_exporter";
version = "0.5.6";
version = "0.5.7";
src = fetchFromGitHub {
owner = "justwatchcom";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kNIf8HwqNPGJAR8+/IkGn/5ryMEd6rGCixjnKG63xcY=";
sha256 = "sha256-9e3prTe7mHQJfSeIL+bEkW6GykvxA8ryD3GHgxk56Us=";
};
vendorHash = null;