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 17, 2025
1 parent 72e6c33 commit ed478e5
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 48 deletions.
24 changes: 12 additions & 12 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-15",
"date": "2025-01-16",
"extract": null,
"name": "gitsigns",
"passthru": null,
Expand All @@ -97,12 +97,12 @@
"name": null,
"owner": "lewis6991",
"repo": "gitsigns.nvim",
"rev": "9541f5e8e24571723cb02a5c2bf078aeacc5a711",
"sha256": "sha256-ulPOPjV+AhxynPUHFn+YzJIELxPX1LrQQrUKS1DwLgQ=",
"rev": "0797734e2bf229cc67b05e82a17e22a18f191913",
"sha256": "sha256-9OiwajbZfoBSVJt6nSgL1w0GeWD5qFSy4IbSYXZ6u5k=",
"sparseCheckout": [],
"type": "github"
},
"version": "9541f5e8e24571723cb02a5c2bf078aeacc5a711"
"version": "0797734e2bf229cc67b05e82a17e22a18f191913"
},
"incline": {
"cargoLocks": null,
Expand Down Expand Up @@ -253,7 +253,7 @@
},
"mini": {
"cargoLocks": null,
"date": "2025-01-14",
"date": "2025-01-16",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,12 +265,12 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "9e603a31d3fbc7ee61c9b556cd84e97fa2dcff53",
"sha256": "sha256-v5cMB/IK+muogipWPtU7rFTfYWO7wr+VyGfqPU/fE70=",
"rev": "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc",
"sha256": "sha256-WkK+d2GK9ZOCSa2Im7e1Q3rnVeIJJt7U+iddWpr0LCA=",
"sparseCheckout": [],
"type": "github"
},
"version": "9e603a31d3fbc7ee61c9b556cd84e97fa2dcff53"
"version": "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc"
},
"null": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2025-01-15",
"date": "2025-01-16",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "f0c928dbe93533b7e35894a8f957f40150d1f663",
"sha256": "sha256-3Q4zG4xRewPIjSJukgBV5pWJJe98UAQ8D9IR5hOpK1c=",
"rev": "fd59f984416f696d85119fd4d15ce0965b179944",
"sha256": "sha256-StRfC0H5L+L7/3x+wb18PreSw9mGWyd7cPLurvoYKUY=",
"sparseCheckout": [],
"type": "github"
},
"version": "f0c928dbe93533b7e35894a8f957f40150d1f663"
"version": "fd59f984416f696d85119fd4d15ce0965b179944"
},
"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 @@ -51,15 +51,15 @@
};
gitsigns = {
pname = "gitsigns";
version = "9541f5e8e24571723cb02a5c2bf078aeacc5a711";
version = "0797734e2bf229cc67b05e82a17e22a18f191913";
src = fetchFromGitHub {
owner = "lewis6991";
repo = "gitsigns.nvim";
rev = "9541f5e8e24571723cb02a5c2bf078aeacc5a711";
rev = "0797734e2bf229cc67b05e82a17e22a18f191913";
fetchSubmodules = false;
sha256 = "sha256-ulPOPjV+AhxynPUHFn+YzJIELxPX1LrQQrUKS1DwLgQ=";
sha256 = "sha256-9OiwajbZfoBSVJt6nSgL1w0GeWD5qFSy4IbSYXZ6u5k=";
};
date = "2025-01-15";
date = "2025-01-16";
};
incline = {
pname = "incline";
Expand Down Expand Up @@ -147,15 +147,15 @@
};
mini = {
pname = "mini";
version = "9e603a31d3fbc7ee61c9b556cd84e97fa2dcff53";
version = "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "9e603a31d3fbc7ee61c9b556cd84e97fa2dcff53";
rev = "ecde5ffd9adfd590d5c2d5d35a7f0152def894fc";
fetchSubmodules = false;
sha256 = "sha256-v5cMB/IK+muogipWPtU7rFTfYWO7wr+VyGfqPU/fE70=";
sha256 = "sha256-WkK+d2GK9ZOCSa2Im7e1Q3rnVeIJJt7U+iddWpr0LCA=";
};
date = "2025-01-14";
date = "2025-01-16";
};
null = {
pname = "null";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "f0c928dbe93533b7e35894a8f957f40150d1f663";
version = "fd59f984416f696d85119fd4d15ce0965b179944";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "f0c928dbe93533b7e35894a8f957f40150d1f663";
rev = "fd59f984416f696d85119fd4d15ce0965b179944";
fetchSubmodules = false;
sha256 = "sha256-3Q4zG4xRewPIjSJukgBV5pWJJe98UAQ8D9IR5hOpK1c=";
sha256 = "sha256-StRfC0H5L+L7/3x+wb18PreSw9mGWyd7cPLurvoYKUY=";
};
date = "2025-01-15";
date = "2025-01-16";
};
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.

12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit ed478e5

Please sign in to comment.