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 Sep 5, 2024
1 parent daed379 commit af65523
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"gitsigns": {
"cargoLocks": null,
"date": "2024-08-28",
"date": "2024-09-04",
"extract": null,
"name": "gitsigns",
"passthru": null,
Expand All @@ -97,12 +97,12 @@
"name": null,
"owner": "lewis6991",
"repo": "gitsigns.nvim",
"rev": "899e993850084ea33d001ec229d237bc020c19ae",
"sha256": "sha256-dy5Hc2yQMZ150G4mRyfSJe9nCMlW+4l548IQfzgoGUM=",
"rev": "1ef74b546732f185d0f806860fa5404df7614f28",
"sha256": "sha256-s3y8ZuLV00GIhizcK/zqsJOTKecql7Xn3LGYmH7NLsQ=",
"sparseCheckout": [],
"type": "github"
},
"version": "899e993850084ea33d001ec229d237bc020c19ae"
"version": "1ef74b546732f185d0f806860fa5404df7614f28"
},
"incline": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-09-03",
"date": "2024-09-04",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "5b8b126de02ebfd92e46ed5986b3e58e870b85de",
"sha256": "sha256-r1unao04iGQrgXIQraENe6Tx2MB5lYHcu5SwioC5VMI=",
"rev": "3826d0c42ac635f560479b5b6ab522f6627a3466",
"sha256": "sha256-6Q3Y4JLZhsXmDv9AQi70GfLmKhv6v5ziIAiJNbEqS+o=",
"sparseCheckout": [],
"type": "github"
},
"version": "5b8b126de02ebfd92e46ed5986b3e58e870b85de"
"version": "3826d0c42ac635f560479b5b6ab522f6627a3466"
},
"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 @@ -51,15 +51,15 @@
};
gitsigns = {
pname = "gitsigns";
version = "899e993850084ea33d001ec229d237bc020c19ae";
version = "1ef74b546732f185d0f806860fa5404df7614f28";
src = fetchFromGitHub {
owner = "lewis6991";
repo = "gitsigns.nvim";
rev = "899e993850084ea33d001ec229d237bc020c19ae";
rev = "1ef74b546732f185d0f806860fa5404df7614f28";
fetchSubmodules = false;
sha256 = "sha256-dy5Hc2yQMZ150G4mRyfSJe9nCMlW+4l548IQfzgoGUM=";
sha256 = "sha256-s3y8ZuLV00GIhizcK/zqsJOTKecql7Xn3LGYmH7NLsQ=";
};
date = "2024-08-28";
date = "2024-09-04";
};
incline = {
pname = "incline";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "5b8b126de02ebfd92e46ed5986b3e58e870b85de";
version = "3826d0c42ac635f560479b5b6ab522f6627a3466";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "5b8b126de02ebfd92e46ed5986b3e58e870b85de";
rev = "3826d0c42ac635f560479b5b6ab522f6627a3466";
fetchSubmodules = false;
sha256 = "sha256-r1unao04iGQrgXIQraENe6Tx2MB5lYHcu5SwioC5VMI=";
sha256 = "sha256-6Q3Y4JLZhsXmDv9AQi70GfLmKhv6v5ziIAiJNbEqS+o=";
};
date = "2024-09-03";
date = "2024-09-04";
};
trouble = {
pname = "trouble";
Expand Down
6 changes: 3 additions & 3 deletions examples/custom/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 examples/defaults/flake.lock

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

0 comments on commit af65523

Please sign in to comment.