prometheus-borgmatic-exporter: 0.2.8 -> 0.3.0 (#410903)

Co-authored-by: flandweber <finn@landweber.xyz>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-27 10:11:13 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "prometheus-borgmatic-exporter";
version = "0.2.8";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "maxim-mityutko";
repo = "borgmatic-exporter";
tag = "v${version}";
hash = "sha256-/d9XX/7w6hod7udB9tlCqOVpcpWZzU0Kir9RSoQiQBs=";
hash = "sha256-QbpHSpcXJdmi6oiPTFT6XwNLtaXSAGavHeEoz3IV73I=";
};
pythonRelaxDeps = [ "prometheus-client" ];