Skip to content

Commit 03ae77e

Browse files
authored
markdownlint-cli2: 0.17.1 -> 0.17.2 (NixOS#378197)
2 parents 9d52b7a + 2adda26 commit 03ae77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ma/markdownlint-cli2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
stdenvNoCC.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 = [

0 commit comments

Comments
 (0)