1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
buildNpmPackage rec {
11
11
pname = "redocly" ;
12
- version = "1.29 .0" ;
12
+ version = "1.34 .0" ;
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "Redocly" ;
16
16
repo = "redocly-cli" ;
17
17
rev = "@redocly/cli@${ version } " ;
18
- hash = "sha256-Oa4R4R7Obg26DKWZkccqjIcrD35pBw1AYIPe2/KN8f4 =" ;
18
+ hash = "sha256-1iyE0LYbVEleCdSw6fWvIHqCkWMEZrjK6tum+qytcCY =" ;
19
19
} ;
20
20
21
- npmDepsHash = "sha256-V0NklVsPRqRJ479nIMWqs/sXciXOm6LAlIh3YcPPDEc =" ;
21
+ npmDepsHash = "sha256-TIsVjdohsmvAAn9xQeeD5pu4CjXtYlD7bmKeDp113Lc =" ;
22
22
23
23
npmBuildScript = "prepare" ;
24
24
@@ -29,9 +29,10 @@ buildNpmPackage rec {
29
29
'' ;
30
30
31
31
postInstall = ''
32
- rm $out/lib/node_modules/@redocly/cli/node_modules/@redocly/{cli,openapi-core}
32
+ rm $out/lib/node_modules/@redocly/cli/node_modules/@redocly/{cli,openapi-core,respect-core }
33
33
cp -R packages/cli $out/lib/node_modules/@redocly/cli/node_modules/@redocly/cli
34
34
cp -R packages/core $out/lib/node_modules/@redocly/cli/node_modules/@redocly/openapi-core
35
+ cp -R packages/respect-core $out/lib/node_modules/@redocly/cli/node_modules/@redocly/respect-core
35
36
36
37
mkdir $out/bin
37
38
makeWrapper $out/lib/node_modules/@redocly/cli/node_modules/@redocly/cli/bin/cli.js \
0 commit comments