From c362c105dccd635a92a6b0a39ed80de71730190f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 7 Mar 2026 03:27:46 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-robot: 1.1.2 -> 1.3.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..7d4936eb9195 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -2192,9 +2192,9 @@ }; robot = { - version = "1.1.2"; + version = "1.3.0"; url = "github:Hubro/tree-sitter-robot"; - hash = "sha256-M0Um0JYvxQDYC3kqIENCiEIdEPOPNa05/2idih/fWas="; + hash = "sha256-GJTZMIOrEXsfVzVigF2XKKDxchkOGv0zEya5o9k5ZnY="; meta = { license = lib.licenses.isc; maintainers = with lib.maintainers; [