1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-10-10 04:02:43 +00:00
parent b0952746bc
commit 9ee06e0b1f
2 changed files with 18 additions and 18 deletions

View file

@ -462,11 +462,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728347393, "lastModified": 1728453769,
"narHash": "sha256-yNxM7SsGOOtr7wA45sJgDLSMYyTmJAPXN7YnhHyFvkY=", "narHash": "sha256-Y3yr9m0L2ZbVBTWIHKOSQihYe/mUXARDk0R0y8gyVlU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "b94afbd252534154fbe970699d7eef7ba8189df3", "rev": "a03b28ad890ba13be3367d0aae40c52345728fc4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -478,11 +478,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1728343329, "lastModified": 1728429403,
"narHash": "sha256-rxYdIoJ8fsqboSvoa/RD4ATSIPtV5bdqKvrLAkraabk=", "narHash": "sha256-F8dsqHvzdCvlKk+6zMubRemPLxjImYQDKkRHy8wgV3Y=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "60e1862ccba744c4252d30f043bb077c2c657427", "rev": "e98b1b0235a5e817c00814549606631703ab2041",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -575,11 +575,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728402602, "lastModified": 1728492678,
"narHash": "sha256-Mr6i7PTKGVl2l4aVp5EAFG4xJtV737J6euFLjL3+5hc=", "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7138e2750a20f4229a5564531114f7ff2992b9e2", "rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-10-08"; version = "2024-10-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "86c10df7ef77daf45a0e4a918934bb59083db1e1"; rev = "9d2acd49976e2a9da72949008df03436f781fd23";
sha256 = "1rg9mlqmgnfhfj5w5whpl5ymsy4xykdfl51kjnax4vq5spcsh6k0"; sha256 = "1z64pvbdja3p254f1ssr8177cq90jjizdfb7c6aklj93nf6ywvx5";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -150,12 +150,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-10-06"; version = "2024-10-10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "dc6fc321a5ba076697cca89c9d7ea43153276d81"; rev = "df534c3042572fb958586facd02841e10186707c";
sha256 = "0jknzk7fi5w05zwl7l5yymgn80nb6sdlqmmkiqzrqn2808aaa4bf"; sha256 = "0a82h051ymnbkzxsz21f454fbk5qq26fhxk4h42jby6vgy7myqqx";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -183,12 +183,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-10-07"; version = "2024-10-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "04680101ff79e99b4e33a4386ec27cbd0d360c75"; rev = "ff69ecca55d83ffc70657f260a799f79a5637831";
sha256 = "1qv90xhs7i9mqh66kar7awjz1vhnn12i3fc1sbjck50gqsy3131b"; sha256 = "0lrfqvsbzwki30n4d5axjjlijv7h57v61c0sbdbd1kih5drfwsim";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };