Update deps
This commit is contained in:
parent
03903012c5
commit
fc20b4745e
2 changed files with 6 additions and 6 deletions
|
@ -145,11 +145,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1661329759,
|
||||
"narHash": "sha256-UtIcQn0OQiLdJTgaSEOcSeNuM+RwJIlzvc6MTOFTfDA=",
|
||||
"lastModified": 1661375319,
|
||||
"narHash": "sha256-57ZcYmCX4zBqXJqaYlX+ahdHoNfaU8gik6H2f4opgL4=",
|
||||
"owner": "nifoc",
|
||||
"repo": "nix-overlay",
|
||||
"rev": "4d477d9201253618a14fc50e599556de2fc0612c",
|
||||
"rev": "ee0a8f8e1582a587cd69063be5a531ffcd71e4f3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -208,12 +208,12 @@
|
|||
};
|
||||
nvim-lspconfig = pkgs.vimUtils.buildVimPluginFrom2Nix {
|
||||
pname = "nvim-lspconfig";
|
||||
version = "2022-08-24";
|
||||
version = "2022-08-25";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "neovim";
|
||||
repo = "nvim-lspconfig";
|
||||
rev = "4b5ed82dd0fe59fef15ce183978f2597a03237f1";
|
||||
sha256 = "0acszqhxp6lvj9pdnz7vljil5hrnkcc19g8b6mn9p6nw3mw9602q";
|
||||
rev = "727fc415edad27d2664866543a2e4788e10fd927";
|
||||
sha256 = "07sfv65457sj64ppkgl7hl3cc32hi57dyjhh5b9m3kai781qpf7w";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue