From 84aa72993277a73823fdcf517feaa0a7fe235d50 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 17 Dec 2025 19:23:40 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-hcl: 1.1.0 -> 1.2.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 be4d342ccc43..72ed0010fd06 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -390,9 +390,9 @@ }; hcl = { - version = "1.1.0"; + version = "1.2.0"; url = "github:tree-sitter-grammars/tree-sitter-hcl"; - hash = "sha256-saVKSYUJY7OuIuNm9EpQnhFO/vQGKxCXuv3EKYOJzfs="; + hash = "sha256-Kq0KtkF6xtZcN2s8KzYGyguJH2iOTlA2WRytZ+KGTUE="; meta = { license = lib.licenses.asl20; };