10 src = fetchFromGitHub {
14 hash = "sha256-Qado9huQx9MVTFp8t7szB+IUVNWQqT/ni62JnURQqeM=";
17 npmDepsHash = "sha256-3pOFrH/em/HMTswrZLAeqPAb9U0/odcZPt4AkQkMhZM=";
22 description = "JavaScript build tool, similar to Make or Rake";
23 homepage = "https://github.com/jakejs/jake";
24 license = lib.licenses.asl20;
26 maintainers = with lib.maintainers; [ jasoncarr ];