mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
trackma-qt: 0.9 -> 0.10.3
This commit is contained in:
parent
28d4faad49
commit
052ed6d3ef
1 changed files with 2 additions and 2 deletions
|
|
@ -33,14 +33,14 @@ let
|
|||
in
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "trackma";
|
||||
version = "0.9";
|
||||
version = "0.10.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "z411";
|
||||
repo = "trackma";
|
||||
tag = "v${finalAttrs.version}";
|
||||
sha256 = "Hov9qdVabu1k3SIoUmvcRtSK8TcETqGPXI2RqN/bei4=";
|
||||
sha256 = "HiHeq8mLNT54BWXXwOfeY+c+wGHWnlN5rA2WgXdrRY8=";
|
||||
fetchSubmodules = true; # for anime-relations submodule
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue