From ba0c589da74e82e366971107489c46e96d764985 Mon Sep 17 00:00:00 2001 From: zefr0x Date: Sat, 3 Jan 2026 01:05:09 +0300 Subject: [PATCH] fix(parsers): replace release tags with commit hashes For better security and to avoid the possiblility of unreproducibility. Changed ones are still pointing to the same release, but rather just with commit hashes. --- lua/nvim-treesitter/parsers.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ab1ecc464..b8ef8fa1c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1025,7 +1025,7 @@ return { }, inko = { install_info = { - revision = 'v0.4.0', + revision = '20e2842680dd0d47dd2ee976bc320e4399f65fe1', url = 'https://github.com/inko-lang/tree-sitter-inko', }, maintainers = { '@yorickpeterse' }, @@ -1754,7 +1754,7 @@ return { }, python = { install_info = { - revision = 'v0.25.0', + revision = '293fdc02038ee2bf0e2e206711b69c90ac0d413f', url = 'https://github.com/tree-sitter/tree-sitter-python', }, maintainers = { '@stsewd', '@theHamsta' }, @@ -2578,7 +2578,7 @@ return { }, wit = { install_info = { - revision = 'v1.2.0', + revision = 'a80c1f47baa5bfb13e2b5f49aa5304e3dab94948', url = 'https://github.com/bytecodealliance/tree-sitter-wit', }, maintainers = { '@mkatychev' }, @@ -2676,7 +2676,7 @@ return { }, zsh = { install_info = { - revision = 'v0.52.1', + revision = '770c961e3c4fe94ed4538ca9cb09322fce10cb37', url = 'https://github.com/georgeharker/tree-sitter-zsh', }, maintainers = { '@georgeharker' },