From 8cd473775fae255de46c8d599e4b1efa95a304cd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 2 Mar 2026 15:42:57 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-elixir: 0.3.4 -> 0.3.5 --- .../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..9dc0b16338da 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -575,9 +575,9 @@ }; elixir = { - version = "0.3.4"; + version = "0.3.5"; url = "github:elixir-lang/tree-sitter-elixir"; - hash = "sha256-9M/DpqpGivDtgGt3ojU/kHR51sla59+KtZ/95hT6IIo="; + hash = "sha256-C5/+t49pcFh45GqLZRjRs/sH8Ej+dklR/brad+snsyQ="; meta = { license = lib.licenses.asl20; };