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 5, 2024
1 parent b0f8bf4 commit 48ea3d1
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 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": "2024-10-30",
"date": "2024-11-04",
"extract": null,
"name": "gitsigns",
"passthru": null,
Expand All @@ -97,12 +97,12 @@
"name": null,
"owner": "lewis6991",
"repo": "gitsigns.nvim",
"rev": "7c27a30450130cd59c4994a6755e3c5d74d83e76",
"sha256": "sha256-Z4KALX2NRdxykfW3OzSbz17+kuloU4kX8Qz9Wphrnmc=",
"rev": "4daf7022f1481edf1e8fb9947df13bb07c18e89a",
"sha256": "sha256-FHzufzeVrPnbU5j3UabVTCYXP+QNcb7gMgef0BmuclA=",
"sparseCheckout": [],
"type": "github"
},
"version": "7c27a30450130cd59c4994a6755e3c5d74d83e76"
"version": "4daf7022f1481edf1e8fb9947df13bb07c18e89a"
},
"incline": {
"cargoLocks": null,
Expand Down Expand Up @@ -169,7 +169,7 @@
},
"lazy.nvim": {
"cargoLocks": null,
"date": "2024-10-22",
"date": "2024-11-04",
"extract": null,
"name": "lazy.nvim",
"passthru": null,
Expand All @@ -181,12 +181,12 @@
"name": null,
"owner": "folke",
"repo": "lazy.nvim",
"rev": "cf8ecc2c5e4332760431a33534240b0cbc6680ab",
"sha256": "sha256-TIE7jK172t5eKLqMo/cNnRmXce5rp4qQMlF1lAQFnv4=",
"rev": "b1134ab82ee4279e31f7ddf7e34b2a99eb9b7bc9",
"sha256": "sha256-nOy1jaQhQxhmOB+oYfWT93yFVN+/VZ+dDFAvD5WAnVQ=",
"sparseCheckout": [],
"type": "github"
},
"version": "cf8ecc2c5e4332760431a33534240b0cbc6680ab"
"version": "b1134ab82ee4279e31f7ddf7e34b2a99eb9b7bc9"
},
"lspconfig": {
"cargoLocks": null,
Expand Down Expand Up @@ -253,7 +253,7 @@
},
"mini": {
"cargoLocks": null,
"date": "2024-10-29",
"date": "2024-11-04",
"extract": null,
"name": "mini",
"passthru": null,
Expand All @@ -265,12 +265,12 @@
"name": null,
"owner": "echasnovski",
"repo": "mini.nvim",
"rev": "0a8a1072137d916406507c941698a4bfa9dbbe7a",
"sha256": "sha256-mfWlv5BVC8FpDVfY5CxMMlXIDcKyL8jSi0QmxdCKNiY=",
"rev": "c8bc67a35e627908da644c5f8cd26b3f987f2627",
"sha256": "sha256-KQD1M0GsrXTnPwjJZGCuIidnPcBK9AROgluB9tgwJUA=",
"sparseCheckout": [],
"type": "github"
},
"version": "0a8a1072137d916406507c941698a4bfa9dbbe7a"
"version": "c8bc67a35e627908da644c5f8cd26b3f987f2627"
},
"null": {
"cargoLocks": null,
Expand Down Expand Up @@ -421,7 +421,7 @@
},
"treesitter": {
"cargoLocks": null,
"date": "2024-11-03",
"date": "2024-11-04",
"extract": null,
"name": "treesitter",
"passthru": null,
Expand All @@ -433,12 +433,12 @@
"name": null,
"owner": "nvim-treesitter",
"repo": "nvim-treesitter",
"rev": "01a92da4389b5346b4049c5b42256c9d84526f04",
"sha256": "sha256-kg9HFGFGC+ftEhwW1Ug/YOmkXKK+YtBxOAcEP26uvWA=",
"rev": "dfd3207ed43a0c572c13acc02bf9d7dc270f4030",
"sha256": "sha256-BZuNxWb7iyGxoUkivBJ7dDTv4i2O3k5yqZ59+mjsR8w=",
"sparseCheckout": [],
"type": "github"
},
"version": "01a92da4389b5346b4049c5b42256c9d84526f04"
"version": "dfd3207ed43a0c572c13acc02bf9d7dc270f4030"
},
"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 = "7c27a30450130cd59c4994a6755e3c5d74d83e76";
version = "4daf7022f1481edf1e8fb9947df13bb07c18e89a";
src = fetchFromGitHub {
owner = "lewis6991";
repo = "gitsigns.nvim";
rev = "7c27a30450130cd59c4994a6755e3c5d74d83e76";
rev = "4daf7022f1481edf1e8fb9947df13bb07c18e89a";
fetchSubmodules = false;
sha256 = "sha256-Z4KALX2NRdxykfW3OzSbz17+kuloU4kX8Qz9Wphrnmc=";
sha256 = "sha256-FHzufzeVrPnbU5j3UabVTCYXP+QNcb7gMgef0BmuclA=";
};
date = "2024-10-30";
date = "2024-11-04";
};
incline = {
pname = "incline";
Expand Down Expand Up @@ -99,15 +99,15 @@
};
"lazy.nvim" = {
pname = "lazy.nvim";
version = "cf8ecc2c5e4332760431a33534240b0cbc6680ab";
version = "b1134ab82ee4279e31f7ddf7e34b2a99eb9b7bc9";
src = fetchFromGitHub {
owner = "folke";
repo = "lazy.nvim";
rev = "cf8ecc2c5e4332760431a33534240b0cbc6680ab";
rev = "b1134ab82ee4279e31f7ddf7e34b2a99eb9b7bc9";
fetchSubmodules = false;
sha256 = "sha256-TIE7jK172t5eKLqMo/cNnRmXce5rp4qQMlF1lAQFnv4=";
sha256 = "sha256-nOy1jaQhQxhmOB+oYfWT93yFVN+/VZ+dDFAvD5WAnVQ=";
};
date = "2024-10-22";
date = "2024-11-04";
};
lspconfig = {
pname = "lspconfig";
Expand Down Expand Up @@ -147,15 +147,15 @@
};
mini = {
pname = "mini";
version = "0a8a1072137d916406507c941698a4bfa9dbbe7a";
version = "c8bc67a35e627908da644c5f8cd26b3f987f2627";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "0a8a1072137d916406507c941698a4bfa9dbbe7a";
rev = "c8bc67a35e627908da644c5f8cd26b3f987f2627";
fetchSubmodules = false;
sha256 = "sha256-mfWlv5BVC8FpDVfY5CxMMlXIDcKyL8jSi0QmxdCKNiY=";
sha256 = "sha256-KQD1M0GsrXTnPwjJZGCuIidnPcBK9AROgluB9tgwJUA=";
};
date = "2024-10-29";
date = "2024-11-04";
};
null = {
pname = "null";
Expand Down Expand Up @@ -243,15 +243,15 @@
};
treesitter = {
pname = "treesitter";
version = "01a92da4389b5346b4049c5b42256c9d84526f04";
version = "dfd3207ed43a0c572c13acc02bf9d7dc270f4030";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "01a92da4389b5346b4049c5b42256c9d84526f04";
rev = "dfd3207ed43a0c572c13acc02bf9d7dc270f4030";
fetchSubmodules = false;
sha256 = "sha256-kg9HFGFGC+ftEhwW1Ug/YOmkXKK+YtBxOAcEP26uvWA=";
sha256 = "sha256-BZuNxWb7iyGxoUkivBJ7dDTv4i2O3k5yqZ59+mjsR8w=";
};
date = "2024-11-03";
date = "2024-11-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 48ea3d1

Please sign in to comment.