10 src = fetchFromGitHub {
14 hash = "sha256-xkMsPE+iweIV14m4kE4ytEp4uHMJW6gr+n9oJblr4VQ=";
18 inherit pname version src;
20 offlineCache = fetchYarnDeps {
21 yarnLock = src + "/yarn.lock";
22 hash = "sha256-QgT2JFvMupJo+pJc13n2lmHMZkROJRJWoozCho3E6+c=";
25 packageJSON = ./package.json;
28 homepage = "https://github.com/ember-cli/ember-cli";
29 description = "The Ember.js command line utility";
30 license = licenses.mit;
31 maintainers = with maintainers; [ jfvillablanca ];
32 platforms = platforms.all;
33 mainProgram = "ember";