coc-markdownlint: 0-unstable-2026-03-04 -> 0-unstable-2026-04-01

This commit is contained in:
R. Ryantm
2026-04-04 17:52:04 +00:00
parent c11a94ff82
commit 8a0d2721d2
+4 -4
View File
@@ -7,16 +7,16 @@
buildNpmPackage {
pname = "coc-markdownlint";
version = "0-unstable-2026-03-04";
version = "0-unstable-2026-04-01";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "coc-markdownlint";
rev = "4f3410753308b8bf5c45518b6f39aee6d29a8bbd";
hash = "sha256-9S3mXE70PqBJIaRRycluwQ8rdQ+9KMUfY10170ek//w=";
rev = "9a92eef6adbd6ba7b1afe50bd9a3c82b94902c51";
hash = "sha256-5pfsaZFA1OYwREB3FqyUQY4D47dKH22pQV8dBgPiipo=";
};
npmDepsHash = "sha256-XXOW5gekzDOl02JNuIQD71Ufm9W+zOIeUO1IrJ7fx5Y=";
npmDepsHash = "sha256-J6gYA3eP2PWK3kesJDL5tqHOY/j2PoC+uhVxpeYVnsk=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };