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