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 Jan 18, 2025
1 parent ed478e5 commit 1548760
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 59 deletions.
32 changes: 16 additions & 16 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"gitsigns": {
"cargoLocks": null,
"date": "2025-01-16",
"date": "2025-01-17",
"extract": null,
"name": "gitsigns",
"passthru": null,
Expand All @@ -97,12 +97,12 @@
"name": null,
"owner": "lewis6991",
"repo": "gitsigns.nvim",
"rev": "0797734e2bf229cc67b05e82a17e22a18f191913",
"sha256": "sha256-9OiwajbZfoBSVJt6nSgL1w0GeWD5qFSy4IbSYXZ6u5k=",
"rev": "817bd848fffe82e697b4da656e3f2834cd0665c5",
"sha256": "sha256-PN37B7ThFWtuVWPnD01nrO5HmV2rVp/Drr0r+kdJrSA=",
"sparseCheckout": [],
"type": "github"
},
"version": "0797734e2bf229cc67b05e82a17e22a18f191913"
"version": "817bd848fffe82e697b4da656e3f2834cd0665c5"
},
"incline": {
"cargoLocks": null,
Expand Down Expand Up @@ -253,7 +253,7 @@
},
"mini": {
"cargoLocks": null,
"date": "2025-01-16",
"date": "2025-01-17",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,16 +265,16 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc",
"sha256": "sha256-WkK+d2GK9ZOCSa2Im7e1Q3rnVeIJJt7U+iddWpr0LCA=",
"rev": "44a3ab2bc6b40edeb7a76359826c9779d5c70cb5",
"sha256": "sha256-PJuRQzss5tHwx3EjxDty4sfusGQhS4usWAmndXgaITg=",
"sparseCheckout": [],
"type": "github"
},
"version": "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc"
"version": "44a3ab2bc6b40edeb7a76359826c9779d5c70cb5"
},
"null": {
"cargoLocks": null,
"date": "2025-01-14",
"date": "2025-01-17",
"extract": null,
"name": "null",
"passthru": null,
Expand All @@ -286,12 +286,12 @@
"name": null,
"owner": "nvimtools",
"repo": "none-ls.nvim",
"rev": "3291afdff94e5083c7d6a4e9e661c3682c4b9b2a",
"sha256": "sha256-5rOmjkxb7WD/AzvvJztPcDaQypmhtG+niC84vGx4vO8=",
"rev": "af318216b744f2fe2d5afa6febb01f455ae61d6c",
"sha256": "sha256-l0KmXh5eYRLxUJyopXCQ8SIJlkBoDLovQrC4pehZUug=",
"sparseCheckout": [],
"type": "github"
},
"version": "3291afdff94e5083c7d6a4e9e661c3682c4b9b2a"
"version": "af318216b744f2fe2d5afa6febb01f455ae61d6c"
},
"nvim-cmp": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2025-01-16",
"date": "2025-01-17",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "fd59f984416f696d85119fd4d15ce0965b179944",
"sha256": "sha256-StRfC0H5L+L7/3x+wb18PreSw9mGWyd7cPLurvoYKUY=",
"rev": "5da195ac3dfafd08d8b10756d975f0e01e1d563a",
"sha256": "sha256-Mp8SCh6Sk3lxCqyF4SbpeMdwPs9EHuf0JE+zeaBqCbE=",
"sparseCheckout": [],
"type": "github"
},
"version": "fd59f984416f696d85119fd4d15ce0965b179944"
"version": "5da195ac3dfafd08d8b10756d975f0e01e1d563a"
},
"trouble": {
"cargoLocks": null,
Expand Down
32 changes: 16 additions & 16 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
};
gitsigns = {
pname = "gitsigns";
version = "0797734e2bf229cc67b05e82a17e22a18f191913";
version = "817bd848fffe82e697b4da656e3f2834cd0665c5";
src = fetchFromGitHub {
owner = "lewis6991";
repo = "gitsigns.nvim";
rev = "0797734e2bf229cc67b05e82a17e22a18f191913";
rev = "817bd848fffe82e697b4da656e3f2834cd0665c5";
fetchSubmodules = false;
sha256 = "sha256-9OiwajbZfoBSVJt6nSgL1w0GeWD5qFSy4IbSYXZ6u5k=";
sha256 = "sha256-PN37B7ThFWtuVWPnD01nrO5HmV2rVp/Drr0r+kdJrSA=";
};
date = "2025-01-16";
date = "2025-01-17";
};
incline = {
pname = "incline";
Expand Down Expand Up @@ -147,27 +147,27 @@
};
mini = {
pname = "mini";
version = "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc";
version = "44a3ab2bc6b40edeb7a76359826c9779d5c70cb5";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc";
rev = "44a3ab2bc6b40edeb7a76359826c9779d5c70cb5";
fetchSubmodules = false;
sha256 = "sha256-WkK+d2GK9ZOCSa2Im7e1Q3rnVeIJJt7U+iddWpr0LCA=";
sha256 = "sha256-PJuRQzss5tHwx3EjxDty4sfusGQhS4usWAmndXgaITg=";
};
date = "2025-01-16";
date = "2025-01-17";
};
null = {
pname = "null";
version = "3291afdff94e5083c7d6a4e9e661c3682c4b9b2a";
version = "af318216b744f2fe2d5afa6febb01f455ae61d6c";
src = fetchFromGitHub {
owner = "nvimtools";
repo = "none-ls.nvim";
rev = "3291afdff94e5083c7d6a4e9e661c3682c4b9b2a";
rev = "af318216b744f2fe2d5afa6febb01f455ae61d6c";
fetchSubmodules = false;
sha256 = "sha256-5rOmjkxb7WD/AzvvJztPcDaQypmhtG+niC84vGx4vO8=";
sha256 = "sha256-l0KmXh5eYRLxUJyopXCQ8SIJlkBoDLovQrC4pehZUug=";
};
date = "2025-01-14";
date = "2025-01-17";
};
nvim-cmp = {
pname = "nvim-cmp";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "fd59f984416f696d85119fd4d15ce0965b179944";
version = "5da195ac3dfafd08d8b10756d975f0e01e1d563a";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "fd59f984416f696d85119fd4d15ce0965b179944";
rev = "5da195ac3dfafd08d8b10756d975f0e01e1d563a";
fetchSubmodules = false;
sha256 = "sha256-StRfC0H5L+L7/3x+wb18PreSw9mGWyd7cPLurvoYKUY=";
sha256 = "sha256-Mp8SCh6Sk3lxCqyF4SbpeMdwPs9EHuf0JE+zeaBqCbE=";
};
date = "2025-01-16";
date = "2025-01-17";
};
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.

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 1548760

Please sign in to comment.