about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-07-02 02:08:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-07-02 02:08:43 +0000
commit68c2bda1c67734db559725d6054a861edb5454ec (patch)
treeb16d1ff1df2cb007e96568c6b8d4682043f4942e /pkgs
parentcfdae65b07b95ddd0bddd3af65e171fffd2f85e2 (diff)
redocly: 1.15.0 -> 1.17.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/re/redocly/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/re/redocly/package.nix b/pkgs/by-name/re/redocly/package.nix
index 2d23539271eea..8bdcefaac3b49 100644
--- a/pkgs/by-name/re/redocly/package.nix
+++ b/pkgs/by-name/re/redocly/package.nix
@@ -8,16 +8,16 @@
 
 buildNpmPackage rec {
   pname = "redocly";
-  version = "1.15.0";
+  version = "1.17.0";
 
   src = fetchFromGitHub {
     owner = "Redocly";
     repo = "redocly-cli";
     rev = "@redocly/cli@${version}";
-    hash = "sha256-qGjFueL05f7DgDa0/B+w1Ix2tRx7PicMneub2sWJ7Gw=";
+    hash = "sha256-6aPNgqem3nG+rPJmxMyjqYPm5mE+93h/uXKCuiUeLxI=";
   };
 
-  npmDepsHash = "sha256-pO1ewVInuPCLDk2V4HRqOCFmT1VTVa/qRkJ5rxREWMU=";
+  npmDepsHash = "sha256-J+nlY+FKZqwhj4JyuyReW/UoAMX/eouuOAZ2WCzW2VA=";
 
   npmBuildScript = "prepare";