Update deps
This commit is contained in:
parent
2e30815ca8
commit
1a27b7b76c
2 changed files with 15 additions and 15 deletions
18
flake.lock
18
flake.lock
|
@ -276,11 +276,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1685253088,
|
||||
"narHash": "sha256-BOe8TtmomLKiMXCUKudvtC8JEEul4L2/4oGlQBMKu6o=",
|
||||
"lastModified": 1685321092,
|
||||
"narHash": "sha256-KOES9apoGRWFjSFE0hsaG1yZttccdfSjdbzK76e/jU0=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "ddd92a70d2aab5247895e89abaaa79c62ba7dbb4",
|
||||
"rev": "9dd48f7832f4656af4a2579368641268bb6399e7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -300,11 +300,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1685261887,
|
||||
"narHash": "sha256-kMFLiAbhqmcjiHB6Z31zp/fRodeOHzEzpK6hrqU6KuE=",
|
||||
"lastModified": 1685348405,
|
||||
"narHash": "sha256-0s253PIZsxfPwGuJezvpF9SH36A50ZHc7gHNxv4oqRo=",
|
||||
"owner": "nifoc",
|
||||
"repo": "nix-overlay",
|
||||
"rev": "5098b67d84875e782d9f1cf71724b79f259e5f08",
|
||||
"rev": "6c87da59afcfb098cde0561304e6b7c0acb9d7d9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -315,11 +315,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1685012353,
|
||||
"narHash": "sha256-U3oOge4cHnav8OLGdRVhL45xoRj4Ppd+It6nPC9nNIU=",
|
||||
"lastModified": 1685317056,
|
||||
"narHash": "sha256-XyG7iSSrgqsnT90GZOvWWbJheagWvSon4LOwjGGFq6c=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "aeb75dba965e790de427b73315d5addf91a54955",
|
||||
"rev": "6b554aae1cf48cb39d4a61a51f826859027a93e2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -107,12 +107,12 @@ in
|
|||
};
|
||||
nvim-treesitter = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-treesitter";
|
||||
version = "2023-05-28";
|
||||
version = "2023-05-29";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-treesitter";
|
||||
repo = "nvim-treesitter";
|
||||
rev = "e23d5493cf14401ef02ec2e4e99b65f199869966";
|
||||
sha256 = "1f5mz6bnwywfrjr9v8ywnljfnnqfdar1j78sbgxz13hj7vak6m29";
|
||||
rev = "1d670b0c906716b1543270b3b087d44b09f3b523";
|
||||
sha256 = "125b3r29f9nj3rdisc0cay7wdgmjgkr5bmicn7bhndin1h5lg2l5";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
@ -220,12 +220,12 @@ in
|
|||
};
|
||||
nvim-lspconfig = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-lspconfig";
|
||||
version = "2023-05-27";
|
||||
version = "2023-05-29";
|
||||
src = fetchFromGitHub {
|
||||
owner = "neovim";
|
||||
repo = "nvim-lspconfig";
|
||||
rev = "465042c0f786992212284311ebb5da1f89479774";
|
||||
sha256 = "0qw6rxr8rrfbaivrwg05n94xcvbf9kdmizyf8b7bgv16qk2c002w";
|
||||
rev = "9166622781a39a829878d1fd24c174529d996838";
|
||||
sha256 = "1rms9dbiv1cmc8dwmsr3k8xsn8lcgqkiljfld1jx2yyj8l8xc19b";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue