Skip to content

Commit

Permalink
fittrackee: 0.8.10 -> 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Dec 28, 2024
1 parent 8fb763e commit c4d7db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

0 comments on commit c4d7db8

Please sign in to comment.