markdown-link-check: 3.12.2 -> 3.13.6 (#356641)

This commit is contained in:
Nick Cao 2024-11-17 08:17:50 -05:00 committed by GitHub
commit d2155a5049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "markdown-link-check";
version = "3.12.2";
version = "3.13.6";
src = fetchFromGitHub {
owner = "tcort";
repo = "markdown-link-check";
rev = "v${version}";
hash = "sha256-xeqvKPIJUDNEX9LdXpxoA7ECjGlfp/wwlCw/USZN47c=";
hash = "sha256-UuzfIJL3nHIbGFQrs9ya+QiS/sM0z1GCHbJGLQBN5pE=";
};
npmDepsHash = "sha256-J11NJRmXg2tj5BqGSQ8bMRJQUOCOZ9dEfa4Gzrf38t4=";
npmDepsHash = "sha256-Lxywr3M/4+DwVWxkWZHHn02K7RNWSI5LyMm12lyZT8w=";
dontNpmBuild = true;