File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/fi/fittrackee Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828in
2929python . pkgs . buildPythonApplication rec {
3030 pname = "fittrackee" ;
31- version = "0.8.10 " ;
31+ version = "0.8.12 " ;
3232 pyproject = true ;
3333
3434 src = fetchFromGitHub {
3535 owner = "SamR1" ;
3636 repo = "FitTrackee" ;
37- rev = "refs/tags/ v${ version } " ;
38- hash = "sha256-K110H5Y8vQrRx2/O+2ezhpGp4G5sJUlzE+1cSYu7+4I =" ;
37+ tag = "v${ version } " ;
38+ hash = "sha256-knhXFhBb11KWidw6ym8EdZJJ9CDSU4TarupegYJx94A =" ;
3939 } ;
4040
4141 build-system = [
@@ -108,7 +108,7 @@ python.pkgs.buildPythonApplication rec {
108108 meta = {
109109 description = "Self-hosted outdoor activity tracker" ;
110110 homepage = "https://github.com/SamR1/FitTrackee" ;
111- changelog = "https://github.com/SamR1/FitTrackee/blob/${ src . rev } /CHANGELOG.md" ;
111+ changelog = "https://github.com/SamR1/FitTrackee/blob/v ${ version } /CHANGELOG.md" ;
112112 license = lib . licenses . agpl3Only ;
113113 maintainers = with lib . maintainers ; [ traxys ] ;
114114 } ;
You can’t perform that action at this time.
0 commit comments