From d4d8d95dcd721948e34900bef6e3c045cef8a812 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 22 Mar 2026 10:23:05 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-php-only: 0.24.2-unstable-2025-11-24 -> 0.24.2-unstable-2026-03-19 --- .../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 8d1e6f580439..fbdcc9a8fb16 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -1910,10 +1910,10 @@ }; php-only = { - version = "0.24.2-unstable-2025-11-24"; + version = "0.24.2-unstable-2026-03-19"; url = "github:tree-sitter/tree-sitter-php"; - rev = "7d07b41ce2d442ca9a90ed85d0075eccc17ae315"; - hash = "sha256-XEKlsqC7HJ3mShmcwmfpezNP9DHE8f73f7/ru4MuxEo="; + rev = "3f2465c217d0a966d41e584b42d75522f2a3149e"; + hash = "sha256-RV6wHYVTOFdRYMqXdPw2Ryk3FadJJ4jcJVFjsJG8Ri0="; meta = { license = lib.licenses.mit; maintainers = with lib.maintainers; [