mermaid-filter: 1.4.6 -> 1.4.7

This commit is contained in:
R. Ryantm 2023-12-22 06:16:11 +00:00
parent 02b3c06b1c
commit 189be7da7e

View File

@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "mermaid-filter";
version = "1.4.6";
version = "1.4.7";
src = fetchFromGitHub {
owner = "raghur";
repo = "mermaid-filter";
rev = "v${version}";
hash = "sha256-5MKiUeiqEeWicOIdqOJ22x3VswYKiK4RSxZRzJntO6M=";
hash = "sha256-GG2RWr5nVe6PCcTEJLmPyKL2j7ggSyNnHZAffNvPukg=";
};
npmDepsHash = "sha256-pnylo3dPgj7aD5czTWSV+uP5Cj8rVAsjZYoJ/WPRuuc=";
npmDepsHash = "sha256-Hj4h8xTch2Z3ByUhxzPhbCTSXNOXuTXC6XUrBkRvQ/U=";
nativeBuildInputs = [ makeWrapper ];