From bdf8fbf3b7442e0d0565bbe874d2633851146b64 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 5 Mar 2026 23:59:41 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-unison: 0-unstable-2025-03-06 -> 2.1.3-unstable-2026-02-27 --- .../tools/parsing/tree-sitter/grammars/grammar-sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 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..57e844fa6b03 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -2757,10 +2757,10 @@ }; unison = { - version = "0-unstable-2025-03-06"; + version = "2.1.3-unstable-2026-02-27"; url = "github:kylegoetz/tree-sitter-unison"; - rev = "169e7f748a540ec360c0cb086b448faad012caa4"; - hash = "sha256-0HOLtLh1zRdaGQqchT5zFegWKJHkQe9r7DGKL6sSkPo="; + rev = "10365cc70ab2b2de85ea7ab35cf6b7636c36ce8b"; + hash = "sha256-l6X2x5lGlUhyf6Pr6lWd4aWacz7vmvtHVyM4qqPO8zg="; meta = { license = lib.licenses.mit; maintainers = with lib.maintainers; [