Skip to content

Commit

Permalink
markdownlint-cli2: 0.17.1 -> 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 31, 2025
1 parent 06d633e commit 2adda26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ma/markdownlint-cli2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "markdownlint-cli2";
version = "0.17.1";
version = "0.17.2";

# upstream is not interested in including package-lock.json in the source
# https://github.com/DavidAnson/markdownlint-cli2/issues/198#issuecomment-1690529976
# see also https://github.com/DavidAnson/markdownlint-cli2/issues/186
# so use the tarball from the archlinux mirror
src = fetchurl {
url = "https://us.mirrors.cicku.me/archlinux/extra/os/x86_64/markdownlint-cli2-${finalAttrs.version}-1-any.pkg.tar.zst";
hash = "sha256-NdZDh0Di+relrzJzYmMb9kE9xUHe1do+9m3G4WttGlU=";
hash = "sha256-TuiLFP/XItJh5VQWdwCvXRQCVzmqst4Sxna0eLobEQ4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2adda26

Please sign in to comment.