File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkgs/by-name/ma/markdownlint-cli2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111
1212stdenvNoCC . mkDerivation ( finalAttrs : {
1313 pname = "markdownlint-cli2" ;
14- version = "0.17.1 " ;
14+ version = "0.17.2 " ;
1515
1616 # upstream is not interested in including package-lock.json in the source
1717 # https://github.com/DavidAnson/markdownlint-cli2/issues/198#issuecomment-1690529976
1818 # see also https://github.com/DavidAnson/markdownlint-cli2/issues/186
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" ;
22- hash = "sha256-NdZDh0Di+relrzJzYmMb9kE9xUHe1do+9m3G4WttGlU =" ;
22+ hash = "sha256-TuiLFP/XItJh5VQWdwCvXRQCVzmqst4Sxna0eLobEQ4 =" ;
2323 } ;
2424
2525 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments