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 Dec 12, 2024
1 parent 78ea712 commit f2d59bb
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 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-12-10",
"date": "2024-12-11",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "5a812abc65d529ea7673059a348814c21d7f87ff",
"sha256": "sha256-AdNxaLAZTD3cOBNPBkf2W1UllNTnCmUTeGQ3SxnwTr0=",
"rev": "b1729954329236f59d075bec79fdee7a6f3ce88b",
"sha256": "sha256-r5ZJhhvLEed2jffg/l250NonzqOU3bWM9IB/S//8QZA=",
"sparseCheckout": [],
"type": "github"
},
"version": "5a812abc65d529ea7673059a348814c21d7f87ff"
"version": "b1729954329236f59d075bec79fdee7a6f3ce88b"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-12-10",
"date": "2024-12-11",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "337b503688eccb3046547661e4c738e674548fcf",
"sha256": "sha256-maJ7q6NjZBlDkPZx/l6ominHikr1ykEuw8Yn/uKfX4M=",
"rev": "5874cac1b76c97ebb3fc03225bd7215d4e671cd2",
"sha256": "sha256-/V7QNYRIDINCzyvYtfATRumXB+KL1N+1EIhXWa+jZ84=",
"sparseCheckout": [],
"type": "github"
},
"version": "337b503688eccb3046547661e4c738e674548fcf"
"version": "5874cac1b76c97ebb3fc03225bd7215d4e671cd2"
},
"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 = "5a812abc65d529ea7673059a348814c21d7f87ff";
version = "b1729954329236f59d075bec79fdee7a6f3ce88b";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "5a812abc65d529ea7673059a348814c21d7f87ff";
rev = "b1729954329236f59d075bec79fdee7a6f3ce88b";
fetchSubmodules = false;
sha256 = "sha256-AdNxaLAZTD3cOBNPBkf2W1UllNTnCmUTeGQ3SxnwTr0=";
sha256 = "sha256-r5ZJhhvLEed2jffg/l250NonzqOU3bWM9IB/S//8QZA=";
};
date = "2024-12-10";
date = "2024-12-11";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "337b503688eccb3046547661e4c738e674548fcf";
version = "5874cac1b76c97ebb3fc03225bd7215d4e671cd2";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "337b503688eccb3046547661e4c738e674548fcf";
rev = "5874cac1b76c97ebb3fc03225bd7215d4e671cd2";
fetchSubmodules = false;
sha256 = "sha256-maJ7q6NjZBlDkPZx/l6ominHikr1ykEuw8Yn/uKfX4M=";
sha256 = "sha256-/V7QNYRIDINCzyvYtfATRumXB+KL1N+1EIhXWa+jZ84=";
};
date = "2024-12-10";
date = "2024-12-11";
};
trouble = {
pname = "trouble";
Expand Down
12 changes: 6 additions & 6 deletions examples/custom/flake.lock

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

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

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

0 comments on commit f2d59bb

Please sign in to comment.