Skip to content

Commit

Permalink
vimPlugins.nvim-treesitter: update grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Sieg committed Feb 18, 2023
1 parent 490d0c9 commit 7ad3188
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -426,12 +426,12 @@
};
fortran = buildGrammar {
language = "fortran";
version = "0f6ad1a";
version = "dd35c67";
src = fetchFromGitHub {
owner = "stadelmanma";
repo = "tree-sitter-fortran";
rev = "0f6ad1a0ec8bbd263b5b9af17ba31e3cb75369e8";
hash = "sha256-Zo+1bSj1LDl4XFIelssZtYTft1BfTydMMzC/5COOUe0=";
rev = "dd35c67b1653963d3b4cca7bfbceb6ec2e6f006f";
hash = "sha256-AVImNPg2d/vavpg+IBholzKiH8Hod4m7V3aJxWTnMKk=";
};
meta.homepage = "https://github.com/stadelmanma/tree-sitter-fortran";
};
Expand Down Expand Up @@ -481,12 +481,12 @@
};
git_rebase = buildGrammar {
language = "git_rebase";
version = "127f5b5";
version = "d8a4207";
src = fetchFromGitHub {
owner = "the-mikedavis";
repo = "tree-sitter-git-rebase";
rev = "127f5b56c1ad3e8a449a7d6e0c7412ead7f7724c";
hash = "sha256-4XGQTrflV+txVjXbgaQSd6rFES8TkuiXEurJLBdg59E=";
rev = "d8a4207ebbc47bd78bacdf48f883db58283f9fd8";
hash = "sha256-mbRu2+wZVf5Nk3XlFvLSBOUg2QqmCR2tqO7gLpOJ45k=";
};
meta.homepage = "https://github.com/the-mikedavis/tree-sitter-git-rebase";
};
Expand Down Expand Up @@ -593,12 +593,12 @@
};
gosum = buildGrammar {
language = "gosum";
version = "68974b6";
version = "bd0ec1f";
src = fetchFromGitHub {
owner = "amaanq";
repo = "tree-sitter-go-sum";
rev = "68974b63c19dc6e27214a5c76b6e26c0c40fe5b7";
hash = "sha256-Avk9nAICwy59VYIlLhp9FkozAna9kMwY60pAqKyJsK4=";
rev = "bd0ec1fe9d68a5d4713d907417a43d489fa1b62a";
hash = "sha256-BFwYKVbCBCC2ZvockKqiVFHOlTc3/YFIaZ2OqkO52yY=";
};
meta.homepage = "https://github.com/amaanq/tree-sitter-go-sum";
};
Expand Down Expand Up @@ -901,12 +901,12 @@
};
ledger = buildGrammar {
language = "ledger";
version = "47b8971";
version = "f787ae6";
src = fetchFromGitHub {
owner = "cbarrete";
repo = "tree-sitter-ledger";
rev = "47b8971448ce5e9abac865f450c1b14fb3b6eee9";
hash = "sha256-Doz561oVrWkmUAL3VUTjraO+F0aDuahhBB+xXevTrkg=";
rev = "f787ae635ca79589faa25477b94291a87e2d3e23";
hash = "sha256-9Sc22IYWhUUzCslna3mzePd7bRbtWDwiWKvAzLYubOQ=";
};
meta.homepage = "https://github.com/cbarrete/tree-sitter-ledger";
};
Expand Down Expand Up @@ -1445,12 +1445,12 @@
};
sql = buildGrammar {
language = "sql";
version = "13d375d";
version = "0d7a121";
src = fetchFromGitHub {
owner = "derekstride";
repo = "tree-sitter-sql";
rev = "13d375dea377bae5f235176fae97a50ba584db54";
hash = "sha256-+r/rmWD3/0ASsIX7xOieM8eFcOIRJXGCYBq1Tucf9+Y=";
rev = "0d7a121b2a08fb37109f7be1cc6654443cad661f";
hash = "sha256-b3HtiAoknPgmivnN/GVHcFHbAgl1an41iSS13wTFyGA=";
};
generate = true;
meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
Expand Down Expand Up @@ -1549,12 +1549,12 @@
};
thrift = buildGrammar {
language = "thrift";
version = "d1f350b";
version = "c5a9454";
src = fetchFromGitHub {
owner = "duskmoon314";
repo = "tree-sitter-thrift";
rev = "d1f350b19dd70ccdbd6d565dbea4879e4cef03da";
hash = "sha256-RxrusaDiDjs25EcyrcnnjJIaeZaZhQdcxOWwtZ8Xe0U=";
rev = "c5a94547f01eb51b26446f9b94ee8644fa791223";
hash = "sha256-2RNS0raJ0sEbBECwtI8hMG4Dir8KAx9PENwlRb7lY8o=";
};
meta.homepage = "https://github.com/duskmoon314/tree-sitter-thrift";
};
Expand Down

0 comments on commit 7ad3188

Please sign in to comment.