From f97642482fd47c120d1df8360f8107d9578d6d2d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 31 Dec 2025 16:41:35 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-beancount: 2.4.1 -> 2.4.2 --- .../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 ac45ac728c40..04e179d1fafc 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -8,9 +8,9 @@ }; beancount = { - version = "2.4.1"; + version = "2.4.2"; url = "github:polarmutex/tree-sitter-beancount"; - hash = "sha256-i/Dgen2qF1Qmpi0nm2hDGNUe0tSw03llY4tPTiygWGQ="; + hash = "sha256-YMIFnx4N9EtdzCxrzQv3xQbLHfDMnbXN+OP5KkMT7+s="; }; bibtex = {