Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored and github-actions[bot] committed Sep 3, 2024
1 parent 6a83614 commit 3d919a2
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 43 deletions.
16 changes: 8 additions & 8 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
},
"lspconfig": {
"cargoLocks": null,
"date": "2024-08-30",
"date": "2024-09-02",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "3ad562700d0615818bf358268ac8914f6ce2b079",
"sha256": "sha256-ScIkXVAEA90hPH6PzJcdbBcUJj3kElHiXTO/H4Yoj8s=",
"rev": "0ef64599b8aa0187ee5f6d92cb39c951f348f041",
"sha256": "sha256-NT6giuAnG8CbmWjDbBeIkNN3JAWpYtAFw2TXTk6w21Q=",
"sparseCheckout": [],
"type": "github"
},
"version": "3ad562700d0615818bf358268ac8914f6ce2b079"
"version": "0ef64599b8aa0187ee5f6d92cb39c951f348f041"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-09-01",
"date": "2024-09-02",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "2d8f0f37c4056022b6643cbe8671319881f8b369",
"sha256": "sha256-UqbffKfNuFm/zmfohHpuxWPAfHmt4Xe7bmxrcx5M4Xw=",
"rev": "a1573a9135c608e68cb383f752623527be84bdce",
"sha256": "sha256-y+eGx1UQuv5nFuTuYo0M843P1d8MVN6zRRXy6kEtLdM=",
"sparseCheckout": [],
"type": "github"
},
"version": "2d8f0f37c4056022b6643cbe8671319881f8b369"
"version": "a1573a9135c608e68cb383f752623527be84bdce"
},
"trouble": {
"cargoLocks": null,
Expand Down
16 changes: 8 additions & 8 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
};
lspconfig = {
pname = "lspconfig";
version = "3ad562700d0615818bf358268ac8914f6ce2b079";
version = "0ef64599b8aa0187ee5f6d92cb39c951f348f041";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "3ad562700d0615818bf358268ac8914f6ce2b079";
rev = "0ef64599b8aa0187ee5f6d92cb39c951f348f041";
fetchSubmodules = false;
sha256 = "sha256-ScIkXVAEA90hPH6PzJcdbBcUJj3kElHiXTO/H4Yoj8s=";
sha256 = "sha256-NT6giuAnG8CbmWjDbBeIkNN3JAWpYtAFw2TXTk6w21Q=";
};
date = "2024-08-30";
date = "2024-09-02";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "2d8f0f37c4056022b6643cbe8671319881f8b369";
version = "a1573a9135c608e68cb383f752623527be84bdce";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "2d8f0f37c4056022b6643cbe8671319881f8b369";
rev = "a1573a9135c608e68cb383f752623527be84bdce";
fetchSubmodules = false;
sha256 = "sha256-UqbffKfNuFm/zmfohHpuxWPAfHmt4Xe7bmxrcx5M4Xw=";
sha256 = "sha256-y+eGx1UQuv5nFuTuYo0M843P1d8MVN6zRRXy6kEtLdM=";
};
date = "2024-09-01";
date = "2024-09-02";
};
trouble = {
pname = "trouble";
Expand Down
24 changes: 12 additions & 12 deletions examples/custom/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions examples/defaults/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d919a2

Please sign in to comment.