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 Aug 19, 2024
1 parent a9565f8 commit 9607559
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 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-08-17",
"date": "2024-08-18",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,12 +265,12 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "04649417dd63f470f74f5ce23f9b39a827de0058",
"sha256": "sha256-dmWQVD7dow2LPNTClq/+W8H9eDRvlNlS44rhcwYPdu4=",
"rev": "d6e6a6fb010cc452b491704aa9ecc96a8aa2cde1",
"sha256": "sha256-9l1dSIjK7KQpxKCHJCCxcMm692rtWrOx3AoQlj7aqs8=",
"sparseCheckout": [],
"type": "github"
},
"version": "04649417dd63f470f74f5ce23f9b39a827de0058"
"version": "d6e6a6fb010cc452b491704aa9ecc96a8aa2cde1"
},
"null": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-08-17",
"date": "2024-08-18",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "6d74da7f0a29c35ee7636e157e72dd221e8d6197",
"sha256": "sha256-VqAaWEkLmIXZnFyY1PsfFRrVH2gen9ONkUEKIlJCpik=",
"rev": "ec8776ed9ef56ffe7a61e67b64d5d6b6aba2c631",
"sha256": "sha256-fQ8Y4MwTVN1UPdpNxE4NTCnUXCAbXeYlPUXsR4TKw68=",
"sparseCheckout": [],
"type": "github"
},
"version": "6d74da7f0a29c35ee7636e157e72dd221e8d6197"
"version": "ec8776ed9ef56ffe7a61e67b64d5d6b6aba2c631"
},
"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 = "04649417dd63f470f74f5ce23f9b39a827de0058";
version = "d6e6a6fb010cc452b491704aa9ecc96a8aa2cde1";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "04649417dd63f470f74f5ce23f9b39a827de0058";
rev = "d6e6a6fb010cc452b491704aa9ecc96a8aa2cde1";
fetchSubmodules = false;
sha256 = "sha256-dmWQVD7dow2LPNTClq/+W8H9eDRvlNlS44rhcwYPdu4=";
sha256 = "sha256-9l1dSIjK7KQpxKCHJCCxcMm692rtWrOx3AoQlj7aqs8=";
};
date = "2024-08-17";
date = "2024-08-18";
};
null = {
pname = "null";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "6d74da7f0a29c35ee7636e157e72dd221e8d6197";
version = "ec8776ed9ef56ffe7a61e67b64d5d6b6aba2c631";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "6d74da7f0a29c35ee7636e157e72dd221e8d6197";
rev = "ec8776ed9ef56ffe7a61e67b64d5d6b6aba2c631";
fetchSubmodules = false;
sha256 = "sha256-VqAaWEkLmIXZnFyY1PsfFRrVH2gen9ONkUEKIlJCpik=";
sha256 = "sha256-fQ8Y4MwTVN1UPdpNxE4NTCnUXCAbXeYlPUXsR4TKw68=";
};
date = "2024-08-17";
date = "2024-08-18";
};
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 9607559

Please sign in to comment.