9 stdenvNoCC.mkDerivation rec {
10 pname = "anuko-time-tracker";
11 version = "1.22.19.5806";
13 # Project commits directly into master and has no release schedule.
14 # Fortunately the current version is defined in the 'APP_VERSION' constant in
15 # /initialize.php so we use its value and set the rev to the commit sha of when the
16 # constant was last updated.
17 src = fetchFromGitHub {
20 rev = "43a19fcb51a21f6e3169084ac81308a6ef751e63";
21 hash = "sha256-ZRF9FFbntYY01JflCXkYZyXfyu/x7LNdyOB94UkVFR0=";
24 # There's nothing to build.
33 inherit (nixosTests) anuko-time-tracker;
37 description = "Simple, easy to use, open source time tracking system";
38 license = lib.licenses.sspl;
39 homepage = "https://github.com/anuko/timetracker/";
40 platforms = php.meta.platforms;
41 maintainers = with lib.maintainers; [ michaelshmitty ];