Update deps
This commit is contained in:
parent
b7475b16d0
commit
568319b134
2 changed files with 10 additions and 10 deletions
14
flake.lock
14
flake.lock
|
@ -287,11 +287,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1699346628,
|
||||
"narHash": "sha256-eAG29Q53SO9XxJIxIMPSHlORTrEH3NFzsXhJMwTRo4M=",
|
||||
"lastModified": 1699428614,
|
||||
"narHash": "sha256-FcQMx0S+Sp16gaUwK7sNAKjNQAKzImD045Jhqv9WcjE=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "3ca967387c49c754561c3b11a574797504d40f38",
|
||||
"rev": "4c8fdc018b428c4b5f35215a1189d2cd55cd5888",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -312,11 +312,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1699356808,
|
||||
"narHash": "sha256-Gpf4jNIKpyHj4Svo1zQzKkkxnGTmQA6ahTM2W6GRgec=",
|
||||
"lastModified": 1699435850,
|
||||
"narHash": "sha256-e9GQybksUj7rl8OhzTlQccr2JosGDNBvAiyWZGFj/5I=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "e7c9d61793a4c323ae1b85e43617873326ae919d",
|
||||
"revCount": 566,
|
||||
"rev": "60a70e21dccf9429913d3bdf6fc02e5fa96dd176",
|
||||
"revCount": 567,
|
||||
"type": "git",
|
||||
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
||||
},
|
||||
|
|
|
@ -117,12 +117,12 @@ in
|
|||
};
|
||||
nvim-treesitter = buildVimPlugin {
|
||||
pname = "nvim-treesitter";
|
||||
version = "2023-11-07";
|
||||
version = "2023-11-08";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-treesitter";
|
||||
repo = "nvim-treesitter";
|
||||
rev = "9a746b4b6a1ef215943f07e6aa2ec35fb14097d4";
|
||||
sha256 = "1r3g0d6lmj64labcnfwqv00gd4i0a5s8qg4mkb1qgcf0q4kvmhaz";
|
||||
rev = "44d1684db35d4e2ee7c254fc06251035252006c9";
|
||||
sha256 = "0vcchda32mhmzg3pxf9s9m87r2pzb8c8q6pnh3a0pcdnwz6s27bb";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue