···11111212stdenvNoCC.mkDerivation (finalAttrs: {
1313 pname = "markdownlint-cli2";
1414- version = "0.13.0";
1414+ version = "0.14.0";
15151616 # upstream is not interested in including package-lock.json in the source
1717 # https://github.com/DavidAnson/markdownlint-cli2/issues/198#issuecomment-1690529976
···1919 # so use the tarball from the archlinux mirror
2020 src = fetchurl {
2121 url = "https://us.mirrors.cicku.me/archlinux/extra/os/x86_64/markdownlint-cli2-${finalAttrs.version}-1-any.pkg.tar.zst";
2222- hash = "sha256-ioSVse3fS6n2wauZ0VsF6TQKy/ZsyLACQ4anNybIe+I=";
2222+ hash = "sha256-yzKIH1RxFXlUoj/83lVEBb3Y4asuh/frPxmX5EV98f0=";
2323 };
24242525 nativeBuildInputs = [