Revert "tree-sitter-grammars.tree-sitter-regex: 0.25.0 -> 1.0.0"

This reverts commit fba4f879eb.

v1.0.0 is actually older than 0.20.0..0.25.0!

Co-authored-by: Hythera <87016780+Hythera@users.noreply.github.com>
This commit is contained in:
Dan
2026-08-24 11:31:11 +00:00
parent 432724c94f
commit 25492ec67e

View File

@@ -2300,9 +2300,13 @@
};
regex = {
version = "1.0.0";
# Note: if you see an attempt to update tree-sitter-regex to version 1.0.0,
# check if https://github.com/tree-sitter/tree-sitter-regex/tags is actually
# a recent version. After v1.0.0, tree-sitter-regex confusingly released
# v0.20.0, v0.21.0, etc.
version = "0.25.0";
url = "github:tree-sitter/tree-sitter-regex";
hash = "sha256-3D+LOWRUamAdbegVfWD5yFcCjBucthPogOL/zWR78PY=";
hash = "sha256-bR0K6SR19QuQwDUic+CJ69VQTSGqry5a5IOpPTVJFlo=";
meta = {
license = lib.licenses.mit;
};