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 20, 2024
1 parent 063aac3 commit f4036c1
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-17",
"date": "2024-12-19",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "9f2c279cf9abe584f03bfeb37c6658d68e3ff49d",
"sha256": "sha256-OQh9dDXsilG/nb8DQ7ZXXqCIO7823QzYa9S8k6tqPIs=",
"rev": "040001d85e9190a904d0e35ef5774633e14d8475",
"sha256": "sha256-meOwqxkFgEbxa8nWo7CiV547gFOyUqB74oYTPKYHaJg=",
"sparseCheckout": [],
"type": "github"
},
"version": "9f2c279cf9abe584f03bfeb37c6658d68e3ff49d"
"version": "040001d85e9190a904d0e35ef5774633e14d8475"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-12-18",
"date": "2024-12-19",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "102bc74e093ef54aab57a368db15befeb9ba9d58",
"sha256": "sha256-TqHvIaRQQxQ9xr3XDBy31J6lGOASUsfL4W4t3oM/WRU=",
"rev": "fa915a30c5cdf1d18129e9ef6ac2ee0fa799904f",
"sha256": "sha256-QmBYy+a+bcw28GxkjFUXSVLYpLyNLRs1TIKHewvdU7M=",
"sparseCheckout": [],
"type": "github"
},
"version": "102bc74e093ef54aab57a368db15befeb9ba9d58"
"version": "fa915a30c5cdf1d18129e9ef6ac2ee0fa799904f"
},
"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 = "9f2c279cf9abe584f03bfeb37c6658d68e3ff49d";
version = "040001d85e9190a904d0e35ef5774633e14d8475";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "9f2c279cf9abe584f03bfeb37c6658d68e3ff49d";
rev = "040001d85e9190a904d0e35ef5774633e14d8475";
fetchSubmodules = false;
sha256 = "sha256-OQh9dDXsilG/nb8DQ7ZXXqCIO7823QzYa9S8k6tqPIs=";
sha256 = "sha256-meOwqxkFgEbxa8nWo7CiV547gFOyUqB74oYTPKYHaJg=";
};
date = "2024-12-17";
date = "2024-12-19";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "102bc74e093ef54aab57a368db15befeb9ba9d58";
version = "fa915a30c5cdf1d18129e9ef6ac2ee0fa799904f";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "102bc74e093ef54aab57a368db15befeb9ba9d58";
rev = "fa915a30c5cdf1d18129e9ef6ac2ee0fa799904f";
fetchSubmodules = false;
sha256 = "sha256-TqHvIaRQQxQ9xr3XDBy31J6lGOASUsfL4W4t3oM/WRU=";
sha256 = "sha256-QmBYy+a+bcw28GxkjFUXSVLYpLyNLRs1TIKHewvdU7M=";
};
date = "2024-12-18";
date = "2024-12-19";
};
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 f4036c1

Please sign in to comment.