prometheus-borgmatic-exporter: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm
2025-12-28 01:29:14 +00:00
parent 34ea739c28
commit 9bbb59bbef
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "prometheus-borgmatic-exporter";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "maxim-mityutko";
repo = "borgmatic-exporter";
tag = "v${version}";
hash = "sha256-QbpHSpcXJdmi6oiPTFT6XwNLtaXSAGavHeEoz3IV73I=";
hash = "sha256-fhsGpQolZxX5VAAEV3hiLF7bo4pbVt9GWyertf2oeO0=";
};
pythonRelaxDeps = [ "prometheus-client" ];