lol

markdownlint-cli2: 0.13.0 -> 0.14.0 (#348840)

authored by

OTABI Tomoya and committed by
GitHub
e7c9fb34 da6d93c4

+2 -2
+2 -2
pkgs/tools/text/markdownlint-cli2/default.nix
··· 11 11 12 12 stdenvNoCC.mkDerivation (finalAttrs: { 13 13 pname = "markdownlint-cli2"; 14 - version = "0.13.0"; 14 + version = "0.14.0"; 15 15 16 16 # upstream is not interested in including package-lock.json in the source 17 17 # https://github.com/DavidAnson/markdownlint-cli2/issues/198#issuecomment-1690529976 ··· 19 19 # so use the tarball from the archlinux mirror 20 20 src = fetchurl { 21 21 url = "https://us.mirrors.cicku.me/archlinux/extra/os/x86_64/markdownlint-cli2-${finalAttrs.version}-1-any.pkg.tar.zst"; 22 - hash = "sha256-ioSVse3fS6n2wauZ0VsF6TQKy/ZsyLACQ4anNybIe+I="; 22 + hash = "sha256-yzKIH1RxFXlUoj/83lVEBb3Y4asuh/frPxmX5EV98f0="; 23 23 }; 24 24 25 25 nativeBuildInputs = [