From d98f4a92b895cdef2fd58fdb6f1b029bd287e6ce Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 30 Jun 2026 09:37:18 -0500 Subject: [PATCH] tree-sitter-grammars.tree-sitter-scala: 0.25.0 -> 0.26.0 Port conflicted r-ryantm update from #511294 --- pkgs/by-name/tr/tree-sitter/grammars/grammar-sources.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/tr/tree-sitter/grammars/grammar-sources.nix b/pkgs/by-name/tr/tree-sitter/grammars/grammar-sources.nix index 57acf94416d5..0197367fb2ea 100644 --- a/pkgs/by-name/tr/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/by-name/tr/tree-sitter/grammars/grammar-sources.nix @@ -2384,9 +2384,9 @@ }; scala = { - version = "0.25.0"; + version = "0.26.0"; url = "github:tree-sitter/tree-sitter-scala"; - hash = "sha256-xDp1+i0QLnY18EtiwurW1B4bbeS1qZKNJRxS6Qeb3pw="; + hash = "sha256-CnTcQFqYp60rGkLVLRHokUwBenqtWV4hw8boFYNRkbw="; meta = { license = lib.licenses.mit; };