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 5, 2024
1 parent 26d734d commit d2dd281
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 54 deletions.
24 changes: 12 additions & 12 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
"indent": {
"cargoLocks": null,
"date": "2024-11-11",
"date": "2024-12-04",
"extract": null,
"name": "indent",
"passthru": null,
Expand All @@ -139,12 +139,12 @@
"name": null,
"owner": "lukas-reineke",
"repo": "indent-blankline.nvim",
"rev": "7871a88056f7144defca9c931e311a3134c5d509",
"sha256": "sha256-WVDNi/woG0ohPEYzM83mmXDCRNYnQbqooSDVUtBsJbY=",
"rev": "259357fa4097e232730341fa60988087d189193a",
"sha256": "sha256-H3lUQZDvgj3a2STYeMUDiOYPe7rfsy08tJ4SlDd+LuE=",
"sparseCheckout": [],
"type": "github"
},
"version": "7871a88056f7144defca9c931e311a3134c5d509"
"version": "259357fa4097e232730341fa60988087d189193a"
},
"keymaps": {
"cargoLocks": null,
Expand Down Expand Up @@ -190,7 +190,7 @@
},
"lspconfig": {
"cargoLocks": null,
"date": "2024-12-02",
"date": "2024-12-04",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "1aa9f36b6d542dafc0b4a38c48969d036003b00a",
"sha256": "sha256-+rtt7RAga4fIOTKUraWiqkWOCWiF/xElCWU54kHUG9o=",
"rev": "6e385d2fe5da6714f00142afbd8d3591d330ffd7",
"sha256": "sha256-Wh2evCVtvRjsIR9ws5Svt8Po21F6seieIy6ienBUrHg=",
"sparseCheckout": [],
"type": "github"
},
"version": "1aa9f36b6d542dafc0b4a38c48969d036003b00a"
"version": "6e385d2fe5da6714f00142afbd8d3591d330ffd7"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-12-03",
"date": "2024-12-04",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "b31188671d8a060022dbbeb6905019e69e310108",
"sha256": "sha256-/MfoCC3OnCJDOWIZzVVjMYcSA29azdBV0nV+DFG+5cQ=",
"rev": "0aaf146590f3edd1dfa64fbfa2ad1cdca65afa6f",
"sha256": "sha256-Q8NebG1HwH14naMRG732v/L0Mtu9MCKatJRf7mT1KCc=",
"sparseCheckout": [],
"type": "github"
},
"version": "b31188671d8a060022dbbeb6905019e69e310108"
"version": "0aaf146590f3edd1dfa64fbfa2ad1cdca65afa6f"
},
"trouble": {
"cargoLocks": null,
Expand Down
24 changes: 12 additions & 12 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
};
indent = {
pname = "indent";
version = "7871a88056f7144defca9c931e311a3134c5d509";
version = "259357fa4097e232730341fa60988087d189193a";
src = fetchFromGitHub {
owner = "lukas-reineke";
repo = "indent-blankline.nvim";
rev = "7871a88056f7144defca9c931e311a3134c5d509";
rev = "259357fa4097e232730341fa60988087d189193a";
fetchSubmodules = false;
sha256 = "sha256-WVDNi/woG0ohPEYzM83mmXDCRNYnQbqooSDVUtBsJbY=";
sha256 = "sha256-H3lUQZDvgj3a2STYeMUDiOYPe7rfsy08tJ4SlDd+LuE=";
};
date = "2024-11-11";
date = "2024-12-04";
};
keymaps = {
pname = "keymaps";
Expand Down Expand Up @@ -111,15 +111,15 @@
};
lspconfig = {
pname = "lspconfig";
version = "1aa9f36b6d542dafc0b4a38c48969d036003b00a";
version = "6e385d2fe5da6714f00142afbd8d3591d330ffd7";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "1aa9f36b6d542dafc0b4a38c48969d036003b00a";
rev = "6e385d2fe5da6714f00142afbd8d3591d330ffd7";
fetchSubmodules = false;
sha256 = "sha256-+rtt7RAga4fIOTKUraWiqkWOCWiF/xElCWU54kHUG9o=";
sha256 = "sha256-Wh2evCVtvRjsIR9ws5Svt8Po21F6seieIy6ienBUrHg=";
};
date = "2024-12-02";
date = "2024-12-04";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "b31188671d8a060022dbbeb6905019e69e310108";
version = "0aaf146590f3edd1dfa64fbfa2ad1cdca65afa6f";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "b31188671d8a060022dbbeb6905019e69e310108";
rev = "0aaf146590f3edd1dfa64fbfa2ad1cdca65afa6f";
fetchSubmodules = false;
sha256 = "sha256-/MfoCC3OnCJDOWIZzVVjMYcSA29azdBV0nV+DFG+5cQ=";
sha256 = "sha256-Q8NebG1HwH14naMRG732v/L0Mtu9MCKatJRf7mT1KCc=";
};
date = "2024-12-03";
date = "2024-12-04";
};
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.

12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit d2dd281

Please sign in to comment.