Skip to content

Commit

Permalink
fittrackee: 0.8.10 -> 0.8.12 (NixOS#368934)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and khaneliman committed Dec 28, 2024
2 parents f2ebe48 + e8ddf9f commit 926a12d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/fi/fittrackee/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "fittrackee";
version = "0.8.10";
version = "0.8.12";
pyproject = true;

src = fetchFromGitHub {
owner = "SamR1";
repo = "FitTrackee";
rev = "refs/tags/v${version}";
hash = "sha256-K110H5Y8vQrRx2/O+2ezhpGp4G5sJUlzE+1cSYu7+4I=";
tag = "v${version}";
hash = "sha256-knhXFhBb11KWidw6ym8EdZJJ9CDSU4TarupegYJx94A=";
};

build-system = [
Expand Down Expand Up @@ -108,7 +108,7 @@ python.pkgs.buildPythonApplication rec {
meta = {
description = "Self-hosted outdoor activity tracker";
homepage = "https://github.com/SamR1/FitTrackee";
changelog = "https://github.com/SamR1/FitTrackee/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/SamR1/FitTrackee/blob/v${version}/CHANGELOG.md";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ traxys ];
};
Expand Down

0 comments on commit 926a12d

Please sign in to comment.