Merge pull request #296271 from ElvishJerricco/mermaid-cli-10.8.0

mermaid-cli: 10.4.0 -> 10.8.0
This commit is contained in:
Will Fancher 2024-04-11 14:42:24 -04:00 committed by GitHub
commit 578d870ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,18 +11,18 @@
stdenv.mkDerivation rec {
pname = "mermaid-cli";
version = "10.4.0";
version = "10.8.0";
src = fetchFromGitHub {
owner = "mermaid-js";
repo = "mermaid-cli";
rev = version;
hash = "sha256-mzBN/Hg/03+jYyoAHvjx33HC46ZA6dtHmiSnaExCRR0=";
hash = "sha256-nCLLv8QXx9N4WiUFw3WB+Rpfd4H4oCFa1ac01al+ovY=";
};
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-RQsRGzkuPgGVuEpF5lzv26XKMPLX2NrsjVkGMMkCbO4=";
hash = "sha256-thZxaa7S3vlS1Ws+G5dklun+ISCV908p1Ov7qb8fP3c=";
};
nativeBuildInputs = [