From 85ffea0ee6db05b4c3dc8b8b4332064d5f574f82 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Feb 2026 08:20:59 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-powershell: 0.25.10 -> 0.26.3 --- .../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..3a748c14630d 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -1966,9 +1966,9 @@ }; powershell = { - version = "0.25.10"; + version = "0.26.3"; url = "github:airbus-cert/tree-sitter-powershell"; - hash = "sha256-xzDM1CdBY95XgLsEjqKWrwuIf/s6/2Q0XbxJRvOuL2o="; + hash = "sha256-ETuZcVSvHF5ILN6+xjWlQM5IiT/+dtxdSckrHJSJSWk="; meta = { license = lib.licenses.mit; maintainers = with lib.maintainers; [