Unverified Commit 27af8210 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

tree-sitter-grammars.tree-sitter-vue: pin to 2026-01-24 commit (#496492)

parents c840ec20 5bdb01b2
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -2908,12 +2908,16 @@
  };

  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;
      maintainers = with lib.maintainers; [
        jeafleohj
      ];
    };
  };