Skip to content

Commit 1f102bd

Browse files
prometheus-borgmatic-exporter: 0.2.7 -> 0.2.8 (#386791)
Co-authored-by: flandweber <[email protected]>
2 parents 789d5d0 + 76d3842 commit 1f102bd

File tree

1 file changed

+3
-3
lines changed
  • pkgs/by-name/pr/prometheus-borgmatic-exporter

1 file changed

+3
-3
lines changed

pkgs/by-name/pr/prometheus-borgmatic-exporter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "prometheus-borgmatic-exporter";
10-
version = "0.2.7";
10+
version = "0.2.8";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "maxim-mityutko";
1515
repo = "borgmatic-exporter";
1616
tag = "v${version}";
17-
hash = "sha256-ZZdCuIavJrIHO/ayMnirNRYyqovKQaW5jTRRrSOhofQ=";
17+
hash = "sha256-/d9XX/7w6hod7udB9tlCqOVpcpWZzU0Kir9RSoQiQBs=";
1818
};
1919

2020
pythonRelaxDeps = [ "prometheus-client" ];
@@ -42,7 +42,7 @@ python3Packages.buildPythonApplication rec {
4242
meta = with lib; {
4343
description = "Prometheus exporter for Borgmatic";
4444
homepage = "https://github.com/maxim-mityutko/borgmatic-exporter";
45-
changelog = "https://github.com/maxim-mityutko/borgmatic-exporter/releases/tag/v${version}";
45+
changelog = "https://github.com/maxim-mityutko/borgmatic-exporter/releases/tag/${src.tag}";
4646
license = licenses.mit;
4747
maintainers = with maintainers; [ flandweber ];
4848
mainProgram = "borgmatic-exporter";

0 commit comments

Comments
 (0)