From 902756db9daad1722a58588e78088c79333c7673 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 18 Feb 2026 03:37:56 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-unison: 0-unstable-2025-03-06 -> 2.1.3-unstable-2026-02-12 --- .../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 d17653b7d2b87..12fbedd41fe49 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -2617,9 +2617,9 @@ }; unison = { - version = "0-unstable-2025-03-06"; - url = "github:kylegoetz/tree-sitter-unison/169e7f748a540ec360c0cb086b448faad012caa4"; - hash = "sha256-0HOLtLh1zRdaGQqchT5zFegWKJHkQe9r7DGKL6sSkPo="; + version = "2.1.3-unstable-2026-02-12"; + url = "github:kylegoetz/tree-sitter-unison/16650de9f519e41f8e88b22b4c401d50fa0ac8ca"; + hash = "sha256-gdTjLC7J+x99EjWYdwOSzPGnnAMri1Q7luwvRE4AzQ0="; meta = { license = lib.licenses.mit; maintainers = with lib.maintainers; [