mermaid-cli: 11.4.3 -> 11.6.0

This commit is contained in:
R. Ryantm 2025-06-21 00:27:26 +00:00
parent 49645047e6
commit dac14a1581

View File

@ -7,7 +7,7 @@
nix-update-script, nix-update-script,
}: }:
let let
version = "11.4.3"; version = "11.6.0";
in in
buildNpmPackage { buildNpmPackage {
pname = "mermaid-cli"; pname = "mermaid-cli";
@ -17,14 +17,14 @@ buildNpmPackage {
owner = "mermaid-js"; owner = "mermaid-js";
repo = "mermaid-cli"; repo = "mermaid-cli";
rev = version; rev = version;
hash = "sha256-vf6FwQlgSvbOL+areHrAI0MnsfXg/7lC6PZTyFfOE78="; hash = "sha256-9Ozi5mAeFVdwGMjvlLG4hMWnCGi552SsT5RuvRiF9ww=";
}; };
patches = [ patches = [
./remove-puppeteer-from-dev-deps.patch # https://github.com/mermaid-js/mermaid-cli/issues/830 ./remove-puppeteer-from-dev-deps.patch # https://github.com/mermaid-js/mermaid-cli/issues/830
]; ];
npmDepsHash = "sha256-+X3WJalbcCt1dClp8DcbvtfdYS4DFxZW6TgQMddLXFc="; npmDepsHash = "sha256-SHGYv/IwrCB02M8w5HsEsB7BwWVRFYNDYJFRDgG3a14=";
env = { env = {
PUPPETEER_SKIP_DOWNLOAD = true; PUPPETEER_SKIP_DOWNLOAD = true;