mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
fittrackee: 0.9.8 -> 0.9.10 (#407027)
This commit is contained in:
commit
00e3c176eb
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "fittrackee";
|
pname = "fittrackee";
|
||||||
version = "0.9.8";
|
version = "0.9.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SamR1";
|
owner = "SamR1";
|
||||||
repo = "FitTrackee";
|
repo = "FitTrackee";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-WwyDDH/ucXyYF0uCaDPdb32Fof+UlM9eBNk11cyhH90=";
|
hash = "sha256-004M7Uhsl0K8BX19eVU4NrvBeAyUJx/mBlC/R27y9jg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue