tree-sitter-grammars.tree-sitter-nu: use official repo

This commit is contained in:
Adam Stephens 2023-11-18 08:53:28 -05:00 committed by Cole Helbling
parent b281704e51
commit 72ff6b5fcf
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://github.com/LhKipp/tree-sitter-nu",
"rev": "c125aaa83c14f936a20f60c0e86537b81b9f01c9",
"date": "2023-09-19T21:59:06+02:00",
"path": "/nix/store/s0fcpv3w2wkra74y675arsvi3g0xbng2-tree-sitter-nu",
"sha256": "1ckbbzq9rk6iz23xs283rw7j2w7lg8fgp552qkiqa3fc7fmyrfk0",
"hash": "sha256-YLrsqzvMDYXjxKKU+xx69HAhD88DCd2H+NHMnPBfa7I=",
"url": "https://github.com/nushell/tree-sitter-nu",
"rev": "a0b80b2e21e5e39571252dc799e19eb89f1fc912",
"date": "2023-12-21T08:27:09-06:00",
"path": "/nix/store/nlczvz84gk9jjjiijczwyn1isy1rn1k7-tree-sitter-nu",
"sha256": "1y9bsdg9v7znlc1k4xxraaj8f8fn5m3zyc0r2m9fff2if9ijpll1",
"hash": "sha256-gdIrY3JROOdSFRkw/0ct1iGHpFK5dzIDo/afnV7TK/k=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,

View File

@ -378,7 +378,7 @@ let
repo = "tree-sitter-solidity";
};
"tree-sitter-nu" = {
orga = "LhKipp";
orga = "nushell";
repo = "tree-sitter-nu";
};
"tree-sitter-cue" = {