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 Nov 13, 2024
1 parent 6de10b8 commit 57df371
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 45 deletions.
24 changes: 12 additions & 12 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-11-10",
"date": "2024-11-12",
"extract": null,
"name": "lspconfig",
"passthru": null,
Expand All @@ -202,12 +202,12 @@
"name": null,
"owner": "neovim",
"repo": "nvim-lspconfig",
"rev": "4cb925e96288a71409a86c84fd97f4434a95453e",
"sha256": "sha256-di6MHFX3ttmY1LVtlhz3MZl3SGxWmXkuaCiijsZH1sw=",
"rev": "d2d153a179ed59aa7134d7ebdf4d7dcb156efa22",
"sha256": "sha256-JmNIK/es9svoi73OZXj50eJq+FD0ZBqWYjtcTU+KxUA=",
"sparseCheckout": [],
"type": "github"
},
"version": "4cb925e96288a71409a86c84fd97f4434a95453e"
"version": "d2d153a179ed59aa7134d7ebdf4d7dcb156efa22"
},
"lualine": {
"cargoLocks": null,
Expand All @@ -232,7 +232,7 @@
},
"luasnip": {
"cargoLocks": null,
"date": "2024-11-11",
"date": "2024-11-12",
"extract": null,
"name": "luasnip",
"passthru": null,
Expand All @@ -244,12 +244,12 @@
"name": null,
"owner": "L3MON4D3",
"repo": "LuaSnip",
"rev": "48a02259693cb7bbbd1092993406773d5ce14664",
"sha256": "sha256-fKE+UFK/577jXL70zdnq6z5rLXJCZuj3vSARAdcznvU=",
"rev": "659c4479529a05cc9b05ef762639a09d366cc690",
"sha256": "sha256-EBhlTaMs5ugDdA6WUcOWI2VL68BOruRUoiaMei4ECPQ=",
"sparseCheckout": [],
"type": "github"
},
"version": "48a02259693cb7bbbd1092993406773d5ce14664"
"version": "659c4479529a05cc9b05ef762639a09d366cc690"
},
"mini": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-11-11",
"date": "2024-11-12",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "bb06afa3f1111780932b3c5493ad65473ce85f9d",
"sha256": "sha256-Ypeczp/bvFvUXR9c3LjEciYPfLYJHCU3KNA2AY/G1jY=",
"rev": "7646c1c12a3121562aa87fd79aace48c728ac096",
"sha256": "sha256-bMx0qPsmmFGtgvaFlG7uI1HDWtbCLBnbov7q32HmmTE=",
"sparseCheckout": [],
"type": "github"
},
"version": "bb06afa3f1111780932b3c5493ad65473ce85f9d"
"version": "7646c1c12a3121562aa87fd79aace48c728ac096"
},
"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 @@ -111,15 +111,15 @@
};
lspconfig = {
pname = "lspconfig";
version = "4cb925e96288a71409a86c84fd97f4434a95453e";
version = "d2d153a179ed59aa7134d7ebdf4d7dcb156efa22";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "4cb925e96288a71409a86c84fd97f4434a95453e";
rev = "d2d153a179ed59aa7134d7ebdf4d7dcb156efa22";
fetchSubmodules = false;
sha256 = "sha256-di6MHFX3ttmY1LVtlhz3MZl3SGxWmXkuaCiijsZH1sw=";
sha256 = "sha256-JmNIK/es9svoi73OZXj50eJq+FD0ZBqWYjtcTU+KxUA=";
};
date = "2024-11-10";
date = "2024-11-12";
};
lualine = {
pname = "lualine";
Expand All @@ -135,15 +135,15 @@
};
luasnip = {
pname = "luasnip";
version = "48a02259693cb7bbbd1092993406773d5ce14664";
version = "659c4479529a05cc9b05ef762639a09d366cc690";
src = fetchFromGitHub {
owner = "L3MON4D3";
repo = "LuaSnip";
rev = "48a02259693cb7bbbd1092993406773d5ce14664";
rev = "659c4479529a05cc9b05ef762639a09d366cc690";
fetchSubmodules = false;
sha256 = "sha256-fKE+UFK/577jXL70zdnq6z5rLXJCZuj3vSARAdcznvU=";
sha256 = "sha256-EBhlTaMs5ugDdA6WUcOWI2VL68BOruRUoiaMei4ECPQ=";
};
date = "2024-11-11";
date = "2024-11-12";
};
mini = {
pname = "mini";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "bb06afa3f1111780932b3c5493ad65473ce85f9d";
version = "7646c1c12a3121562aa87fd79aace48c728ac096";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "bb06afa3f1111780932b3c5493ad65473ce85f9d";
rev = "7646c1c12a3121562aa87fd79aace48c728ac096";
fetchSubmodules = false;
sha256 = "sha256-Ypeczp/bvFvUXR9c3LjEciYPfLYJHCU3KNA2AY/G1jY=";
sha256 = "sha256-bMx0qPsmmFGtgvaFlG7uI1HDWtbCLBnbov7q32HmmTE=";
};
date = "2024-11-11";
date = "2024-11-12";
};
trouble = {
pname = "trouble";
Expand Down
18 changes: 9 additions & 9 deletions examples/custom/flake.lock

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

18 changes: 9 additions & 9 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 57df371

Please sign in to comment.