Skip to content

Commit 80f63bb

Browse files
authored
fittrackee: 0.8.10 -> 0.8.12 (#368934)
2 parents ba58d2b + 1f4e626 commit 80f63bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/fi/fittrackee/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ let
2828
in
2929
python.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
};

0 commit comments

Comments
 (0)