tree-sitter-grammars.tree-sitter-vue: pin to 2026-01-24 commit

Switch tree-sitter-vue source to tree-sitter-grammars/tree-sitter-vue
and pin it to commit ce8011a414fdf8091f4e4071752efc376f4afb08
(2026-01-24), while keeping version at 0.1.0 because upstream
does not provide a newer tag/release version
This commit is contained in:
Jhony Elmer Angulo Fabian
2026-03-04 01:30:15 -05:00
parent dd240c866d
commit 02a1f1c0cf
@@ -2867,10 +2867,11 @@
};
vue = {
version = "0.2.1-unstable-2021-04-04";
url = "github:ikatyang/tree-sitter-vue";
rev = "91fe2754796cd8fba5f229505a23fa08f3546c06";
hash = "sha256-NeuNpMsKZUP5mrLCjJEOSLD6tlJpNO4Z/rFUqZLHE1A=";
version = "0.1.0";
url = "github:tree-sitter-grammars/tree-sitter-vue";
# NOTE: no upstream tag; using commit from 2026-01-24
rev = "ce8011a414fdf8091f4e4071752efc376f4afb08";
hash = "sha256-pCoyDRuRCpfpJh7vQIM8yZz5aPcqrdYlTJGM/K5oQFs=";
meta = {
license = lib.licenses.mit;
};