From dff11e17edf61e5c9c0ea1132d6ba863202a3875 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 19 Jan 2026 16:03:38 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-pgn: 1.4.2 -> 1.4.3 --- .../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 048621e7d083..66b929b8df57 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -710,9 +710,9 @@ }; pgn = { - version = "1.4.2"; + version = "1.4.3"; url = "github:rolandwalker/tree-sitter-pgn"; - hash = "sha256-pGUSsmm+YUvfvt5c4tPs6tmEcFh3DZoDtVf+EpFhOo0="; + hash = "sha256-7N0irNJt/tiKywUSZAIVt/E1urNXDMG+hYvu+EPpfXA="; meta = { license = lib.licenses.bsd2; };