Commit d1f526a0 authored by dish's avatar dish
Browse files

coc-markdownlint: 0-unstable-2025-11-01 -> 0-unstable-2025-11-15

parent d84d2652
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildNpmPackage {
  pname = "coc-markdownlint";
  version = "0-unstable-2025-11-01";
  version = "0-unstable-2025-11-15";

  src = fetchFromGitHub {
    owner = "fannheyward";
    repo = "coc-markdownlint";
    rev = "4e507d516ccb0e0287c95d909db85676d786e9bd";
    hash = "sha256-fNUmrwjCiMYZHXkI4RPn4BMRxiWW+BoVEvaSMIsEMeQ=";
    rev = "5bdcde01bf7c8f468581dc8bab54d3a5de04fb86";
    hash = "sha256-ndvqkYnD1skKhV3DHgKQkC5fsrbmt+COo+jGyLJjpDA=";
  };

  npmDepsHash = "sha256-JMXeWQZMYkhUqE5DdYBRRhyHDAqr9VkKATRQE6eOGys=";
  npmDepsHash = "sha256-LomwzsDT2I+fhcmiabj6CzwaSzV4bgV7azG6/TcJuQw=";

  passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };