From 5e054878a16186c1a7bb10815efca72ce68f1c93 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 23 Mar 2026 18:45:45 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-heex: 0.8.0 -> 0.9.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 8d1e6f580439..de9c84ff8ea7 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -1052,9 +1052,9 @@ }; heex = { - version = "0.8.0"; + version = "0.9.0"; url = "github:phoenixframework/tree-sitter-heex"; - hash = "sha256-rifYGyIpB14VfcEZrmRwYSz+ZcajQcB4mCjXnXuVFDQ="; + hash = "sha256-1p2drpkA+5o+WSH5cv+zPVx30lNhQ9bqX5JHA0YSS2Y="; meta = { license = lib.licenses.mit; };