File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/pr/prometheus-borgmatic-exporter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . 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" ;
You can’t perform that action at this time.
0 commit comments