Update deps
This commit is contained in:
parent
da8969f6ee
commit
879393eda8
2 changed files with 6 additions and 6 deletions
|
@ -401,11 +401,11 @@
|
|||
},
|
||||
"nixos-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1696962420,
|
||||
"narHash": "sha256-F82r0XbLyfNRn2NJUz+hJRcoOpMBkfUQ+4KIlS5/zQA=",
|
||||
"lastModified": 1697005890,
|
||||
"narHash": "sha256-pEI8Xg3FChTZMpzHtoe2wJOK6e2MJjc25Q5G9fHorkc=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "69926af81f20e4d4f71d16f18a1802776fc734e3",
|
||||
"rev": "52f7404b62181b4ef439bb644b3dfa58e9eb2ce7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -118,12 +118,12 @@ in
|
|||
};
|
||||
nvim-treesitter = buildVimPlugin {
|
||||
pname = "nvim-treesitter";
|
||||
version = "2023-10-10";
|
||||
version = "2023-10-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-treesitter";
|
||||
repo = "nvim-treesitter";
|
||||
rev = "0eb1a0ad1c82e080e77e7b9d7a5e42632cefb543";
|
||||
sha256 = "0fa51cfn17qkmgmnwa7ml0vg17az8qj0iqn8mypfn1yc5qz7ikyi";
|
||||
rev = "e5198778dbefa14823099dd6d8fba3819a5e7b8a";
|
||||
sha256 = "1qf1c4yn6fi56a1i3lh9y6flfyjh6il5a3yldama74kdznjk4g6n";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue