We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f7710 commit e3c59d4Copy full SHA for e3c59d4
pkgs/by-name/re/redocly/package.nix
@@ -9,16 +9,16 @@
9
10
buildNpmPackage rec {
11
pname = "redocly";
12
- version = "1.27.2";
+ version = "1.28.0";
13
14
src = fetchFromGitHub {
15
owner = "Redocly";
16
repo = "redocly-cli";
17
rev = "@redocly/cli@${version}";
18
- hash = "sha256-79zB7ydbgS+9us+saFiYBPHILoATP00x+Y1hAgPsPk4=";
+ hash = "sha256-TCBPcYbyMlmz7O1c/6/72I3Tb9ZnhBc5W5S/yDQ0AHo=";
19
};
20
21
- npmDepsHash = "sha256-EYhX1zAio+f1PGfQUQIFkc9Ve9jLIG7/1xgOI0JAZ5s=";
+ npmDepsHash = "sha256-soAnln7K3vNMCDTGPX+j2qaatvoWTrhFzL7hjHuE6QQ=";
22
23
npmBuildScript = "prepare";
24
0 commit comments