From 02a1f1c0cf2e70c0cadbaaa3f5022d70cb6f0f0c Mon Sep 17 00:00:00 2001 From: Jhony Elmer Angulo Fabian Date: Wed, 4 Mar 2026 01:30:15 -0500 Subject: [PATCH 1/2] 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 --- .../parsing/tree-sitter/grammars/grammar-sources.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 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..688460ca8199 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -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; }; From 5bdb01b2baff9b278591b691bcc9c48388b6958b Mon Sep 17 00:00:00 2001 From: Jhony Elmer Angulo Fabian Date: Sat, 4 Apr 2026 13:21:03 -0500 Subject: [PATCH 2/2] tree-sitter-grammars.tree-sitter-vue: add jeafleohj as maintainer --- .../tools/parsing/tree-sitter/grammars/grammar-sources.nix | 3 +++ 1 file changed, 3 insertions(+) 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 688460ca8199..5ff6ccc19b64 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -2874,6 +2874,9 @@ hash = "sha256-pCoyDRuRCpfpJh7vQIM8yZz5aPcqrdYlTJGM/K5oQFs="; meta = { license = lib.licenses.mit; + maintainers = with lib.maintainers; [ + jeafleohj + ]; }; };