10 src = fetchFromGitHub {
13 rev = "d3ac16f4774ae5b5f698b4e8f4c1d3f5a009d361";
14 hash = "sha256-LmNb+m1Ng/53SPUqrr/AmxNMiWsrMGCKow0DW/9t3Do=";
17 sourceRoot = "${src.name}/cli";
19 npmDepsHash = "sha256-XL4D7+hb0zOxAr/aRo2UOg4UOip3oewbffsnkFddmWw=";
22 ln -s npm-shrinkwrap.json package-lock.json
28 description = "OpenAPI/Swagger-generated API Reference Documentation";
29 homepage = "https://github.com/Redocly/redoc/tree/redoc-cli/cli";
30 license = lib.licenses.mit;
31 mainProgram = "redoc-cli";
32 maintainers = with lib.maintainers; [ veehaitch ];
33 # https://github.com/NixOS/nixpkgs/issues/272217