Skip to content

Commit 2a6a7f4

Browse files
committedMar 21, 2025
redocly: 1.29.0 -> 1.34.0
1 parent 76aad90 commit 2a6a7f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎pkgs/by-name/re/redocly/package.nix

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildNpmPackage rec {
1111
pname = "redocly";
12-
version = "1.29.0";
12+
version = "1.34.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "Redocly";
1616
repo = "redocly-cli";
1717
rev = "@redocly/cli@${version}";
18-
hash = "sha256-Oa4R4R7Obg26DKWZkccqjIcrD35pBw1AYIPe2/KN8f4=";
18+
hash = "sha256-1iyE0LYbVEleCdSw6fWvIHqCkWMEZrjK6tum+qytcCY=";
1919
};
2020

21-
npmDepsHash = "sha256-V0NklVsPRqRJ479nIMWqs/sXciXOm6LAlIh3YcPPDEc=";
21+
npmDepsHash = "sha256-TIsVjdohsmvAAn9xQeeD5pu4CjXtYlD7bmKeDp113Lc=";
2222

2323
npmBuildScript = "prepare";
2424

@@ -29,9 +29,10 @@ buildNpmPackage rec {
2929
'';
3030

3131
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}
3333
cp -R packages/cli $out/lib/node_modules/@redocly/cli/node_modules/@redocly/cli
3434
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
3536
3637
mkdir $out/bin
3738
makeWrapper $out/lib/node_modules/@redocly/cli/node_modules/@redocly/cli/bin/cli.js \

0 commit comments

Comments
 (0)
Failed to load comments.