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 17, 2024
1 parent b4d6d9b commit 718948c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
16 changes: 8 additions & 8 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
},
"mini": {
"cargoLocks": null,
"date": "2024-11-10",
"date": "2024-11-16",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,12 +265,12 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "7b4d5d48b6b5a75009d63f8f3e4ef4819b7e8139",
"sha256": "sha256-XNSeCnEK3bnvZyfZ7wL2Krg32GlwKmH9D7l76kbct88=",
"rev": "c520765241541e0c7d4bc6fd4a716f706b0d5de7",
"sha256": "sha256-LwmvrQJYgVZQvx+QuhhFNnL8prZJegZNTCb13Ev+BqI=",
"sparseCheckout": [],
"type": "github"
},
"version": "7b4d5d48b6b5a75009d63f8f3e4ef4819b7e8139"
"version": "c520765241541e0c7d4bc6fd4a716f706b0d5de7"
},
"null": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-11-15",
"date": "2024-11-16",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "13c7caf8a602488b37cdefe8543c4cfdd5947d9d",
"sha256": "sha256-hLc/4JeU1Gc59jaOqn8wgCPGZG+9jMR08bi2Y7oTIwQ=",
"rev": "20e10ca6914f65cf1410232433fb58de70ab6b39",
"sha256": "sha256-/PDoPgkl0pBbLQYqHMVShQlf6kwLuMME47CNWGcirvY=",
"sparseCheckout": [],
"type": "github"
},
"version": "13c7caf8a602488b37cdefe8543c4cfdd5947d9d"
"version": "20e10ca6914f65cf1410232433fb58de70ab6b39"
},
"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 @@ -147,15 +147,15 @@
};
mini = {
pname = "mini";
version = "7b4d5d48b6b5a75009d63f8f3e4ef4819b7e8139";
version = "c520765241541e0c7d4bc6fd4a716f706b0d5de7";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "7b4d5d48b6b5a75009d63f8f3e4ef4819b7e8139";
rev = "c520765241541e0c7d4bc6fd4a716f706b0d5de7";
fetchSubmodules = false;
sha256 = "sha256-XNSeCnEK3bnvZyfZ7wL2Krg32GlwKmH9D7l76kbct88=";
sha256 = "sha256-LwmvrQJYgVZQvx+QuhhFNnL8prZJegZNTCb13Ev+BqI=";
};
date = "2024-11-10";
date = "2024-11-16";
};
null = {
pname = "null";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "13c7caf8a602488b37cdefe8543c4cfdd5947d9d";
version = "20e10ca6914f65cf1410232433fb58de70ab6b39";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "13c7caf8a602488b37cdefe8543c4cfdd5947d9d";
rev = "20e10ca6914f65cf1410232433fb58de70ab6b39";
fetchSubmodules = false;
sha256 = "sha256-hLc/4JeU1Gc59jaOqn8wgCPGZG+9jMR08bi2Y7oTIwQ=";
sha256 = "sha256-/PDoPgkl0pBbLQYqHMVShQlf6kwLuMME47CNWGcirvY=";
};
date = "2024-11-15";
date = "2024-11-16";
};
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.

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 718948c

Please sign in to comment.