10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-Cnnqbxjfx7hlRYIDtbjSbDO0QBHqLsleIGrAUQDLaCw=";
17 npmDepsHash = "sha256-4oYpGBpk4WBVnE1HNYmRRGHZgcPgta2YQB00YyWvbiI=";
19 # `npm run build` tries installing clasp globally
20 npmBuildScript = [ "compile" ];
23 description = "Develop Apps Script Projects locally";
24 mainProgram = "clasp";
25 homepage = "https://github.com/google/clasp#readme";
26 changelog = "https://github.com/google/clasp/releases/tag/v${version}";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ natsukium ];