Skip to content

Commit

Permalink
Merge pull request NixOS#327548 from r-ryantm/auto-update/redocly
Browse files Browse the repository at this point in the history
redocly: 1.17.0 -> 1.18.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Jul 16, 2024
2 parents 717994b + d91cb30 commit 7783833
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.17.0";
version = "1.18.0";

src = fetchFromGitHub {
owner = "Redocly";
repo = "redocly-cli";
rev = "@redocly/cli@${version}";
hash = "sha256-6aPNgqem3nG+rPJmxMyjqYPm5mE+93h/uXKCuiUeLxI=";
hash = "sha256-Wcnq6hOgZb/HjTL1vb70d69LwFqRsBrgWHKyjYnauEg=";
};

npmDepsHash = "sha256-J+nlY+FKZqwhj4JyuyReW/UoAMX/eouuOAZ2WCzW2VA=";
npmDepsHash = "sha256-mHwabPif4B1kzqA5Y9WBEr17c3tg0IsBGcRcWnQqGD0=";

npmBuildScript = "prepare";

Expand Down

0 comments on commit 7783833

Please sign in to comment.