Merge pull request #277029 from r-ryantm/auto-update/markdownlint-cli

markdownlint-cli: 0.35.0 -> 0.38.0
This commit is contained in:
Mario Rodas 2023-12-27 07:49:02 -05:00 committed by GitHub
commit 0cc0ae9932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "markdownlint-cli";
version = "0.35.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "igorshubovych";
repo = "markdownlint-cli";
rev = "v${version}";
hash = "sha256-PkvgZn7cQafKO7p5i1fYYZrWjNcFuX700r223qUMN5I=";
hash = "sha256-3PiienQjyJQ/ElY4j0Ccu+r6KtIu1kuPlobHqXE0GY4=";
};
npmDepsHash = "sha256-hh8T2MRjUJQVibd+cY7vkJvBgNDueWuluGE3HxWOCU8=";
npmDepsHash = "sha256-WoXyWn58E4+Lj3LWqr/8JbvAo5IcjLgnzhIt59bSqV4=";
dontNpmBuild = true;