From 9579e1b4d3be9961fe2c0c6fdf037daebc727e64 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Mar 2026 19:09:55 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-gitcommit: 0.4.0 -> 0.5.0 --- .../tools/parsing/tree-sitter/grammars/grammar-sources.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 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..f773a605e48f 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -823,9 +823,9 @@ }; gitcommit = { - version = "0.4.0"; + version = "0.5.0"; url = "github:gbprod/tree-sitter-gitcommit"; - hash = "sha256-KYfcs99p03b0RiPYnZeKJf677fmVf658FLZcFk2v2Ws="; + hash = "sha256-ttULjFU9slnPcT4bCjOozGkaKAOxMW5Oa2/caVNeEsA="; meta = { license = lib.licenses.wtfpl; maintainers = with lib.maintainers; [