Skip to content

Commit

Permalink
Merge pull request NixOS#320508 from r-ryantm/auto-update/redocly
Browse files Browse the repository at this point in the history
redocly: 1.14.0 -> 1.15.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Jun 19, 2024
2 parents 66a9a80 + 9a9b952 commit 2bfe205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/re/redocly/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildNpmPackage rec {
pname = "redocly";
version = "1.14.0";
version = "1.15.0";

src = fetchFromGitHub {
owner = "Redocly";
repo = "redocly-cli";
rev = "@redocly/cli@${version}";
hash = "sha256-R5GSkRbe7GpdQ9y3PvRcWcl27HgEJMHyOLgR0zVF6jA=";
hash = "sha256-qGjFueL05f7DgDa0/B+w1Ix2tRx7PicMneub2sWJ7Gw=";
};

npmDepsHash = "sha256-o1Z8v/LR77TUKufv60B/P4XWR7Ebf0PTX7ee3YgjnBs=";
npmDepsHash = "sha256-pO1ewVInuPCLDk2V4HRqOCFmT1VTVa/qRkJ5rxREWMU=";

npmBuildScript = "prepare";

Expand Down

0 comments on commit 2bfe205

Please sign in to comment.