redocly: 1.34.0 -> 1.34.2 (#399637)

Co-authored-by: szlend <szlend@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-18 20:25:31 +00:00
committed by GitHub
co-authored by szlend
+3 -3
View File
@@ -9,16 +9,16 @@
buildNpmPackage rec {
pname = "redocly";
version = "1.34.0";
version = "1.34.2";
src = fetchFromGitHub {
owner = "Redocly";
repo = "redocly-cli";
rev = "@redocly/cli@${version}";
hash = "sha256-1iyE0LYbVEleCdSw6fWvIHqCkWMEZrjK6tum+qytcCY=";
hash = "sha256-on5FqAYy6Ap0e5R3u1Wx4j8ijepj3K8FSpts7nTsXRI=";
};
npmDepsHash = "sha256-TIsVjdohsmvAAn9xQeeD5pu4CjXtYlD7bmKeDp113Lc=";
npmDepsHash = "sha256-Duxdp8/HhoFwVRe9vLRsp08uTANGAY3u/lhgfHI2eag=";
npmBuildScript = "prepare";