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 22, 2024
1 parent 1be3c97 commit a759834
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 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-19",
"date": "2024-12-21",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "040001d85e9190a904d0e35ef5774633e14d8475",
"sha256": "sha256-meOwqxkFgEbxa8nWo7CiV547gFOyUqB74oYTPKYHaJg=",
"rev": "f1405c1ea5d7a1051a8ced3110d7cf3b8524041b",
"sha256": "sha256-czHhPjLusCFm37U9XSVGqjv/f3toW43Ii+SAK2Pzjqc=",
"sparseCheckout": [],
"type": "github"
},
"version": "040001d85e9190a904d0e35ef5774633e14d8475"
"version": "f1405c1ea5d7a1051a8ced3110d7cf3b8524041b"
},
"lualine": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-12-20",
"date": "2024-12-21",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "2405274937718d520a40e03df92030dca6b4f0fd",
"sha256": "sha256-LE0o/QALAVoC82g88KKgPDpzjk83NBnlp/ZSqdRNB+E=",
"rev": "2a75d8065cff33216e106b651eb0f58b90375717",
"sha256": "sha256-+D8P1hYWvsRJOlncXqAgQrFNjeqOoncAQvKawLw1yS8=",
"sparseCheckout": [],
"type": "github"
},
"version": "2405274937718d520a40e03df92030dca6b4f0fd"
"version": "2a75d8065cff33216e106b651eb0f58b90375717"
},
"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 = "040001d85e9190a904d0e35ef5774633e14d8475";
version = "f1405c1ea5d7a1051a8ced3110d7cf3b8524041b";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "040001d85e9190a904d0e35ef5774633e14d8475";
rev = "f1405c1ea5d7a1051a8ced3110d7cf3b8524041b";
fetchSubmodules = false;
sha256 = "sha256-meOwqxkFgEbxa8nWo7CiV547gFOyUqB74oYTPKYHaJg=";
sha256 = "sha256-czHhPjLusCFm37U9XSVGqjv/f3toW43Ii+SAK2Pzjqc=";
};
date = "2024-12-19";
date = "2024-12-21";
};
lualine = {
pname = "lualine";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "2405274937718d520a40e03df92030dca6b4f0fd";
version = "2a75d8065cff33216e106b651eb0f58b90375717";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "2405274937718d520a40e03df92030dca6b4f0fd";
rev = "2a75d8065cff33216e106b651eb0f58b90375717";
fetchSubmodules = false;
sha256 = "sha256-LE0o/QALAVoC82g88KKgPDpzjk83NBnlp/ZSqdRNB+E=";
sha256 = "sha256-+D8P1hYWvsRJOlncXqAgQrFNjeqOoncAQvKawLw1yS8=";
};
date = "2024-12-20";
date = "2024-12-21";
};
trouble = {
pname = "trouble";
Expand Down
6 changes: 3 additions & 3 deletions examples/custom/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 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 a759834

Please sign in to comment.