From 4e238b2cee17969d9a27d8dc5d8a48156b3a3dd9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Feb 2026 18:44:15 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-markdown-inline: 0.5.2 -> 0.5.3 --- .../tools/parsing/tree-sitter/grammars/grammar-sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix index 87b94bfa0e78..d6f6c43afeaf 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -1533,7 +1533,7 @@ markdown = { version = "0.5.2"; url = "github:tree-sitter-grammars/tree-sitter-markdown"; - hash = "sha256-JJCFksPDwaiOmU+nZ3PHeLHlPKWTZBTnqcD/tQorWdU="; + hash = "sha256-WUVN7+lzDI+VC5PuJjhHiS4JpVr1x0Ic30i2tVrI6W8="; location = "tree-sitter-markdown"; meta = { license = lib.licenses.mit; @@ -1542,9 +1542,9 @@ markdown-inline = { language = "markdown_inline"; - version = "0.5.2"; + version = "0.5.3"; url = "github:tree-sitter-grammars/tree-sitter-markdown"; - hash = "sha256-JJCFksPDwaiOmU+nZ3PHeLHlPKWTZBTnqcD/tQorWdU="; + hash = "sha256-WUVN7+lzDI+VC5PuJjhHiS4JpVr1x0Ic30i2tVrI6W8="; location = "tree-sitter-markdown-inline"; meta = { license = lib.licenses.mit;