Update deps
This commit is contained in:
parent
e98087de62
commit
59ef1643a5
2 changed files with 5 additions and 5 deletions
|
@ -244,11 +244,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677918222,
|
"lastModified": 1677948685,
|
||||||
"narHash": "sha256-3SNZJKdOwSWOYdSCh3jLG35ifKudfF0WfQyjA/xDBdI=",
|
"narHash": "sha256-O+3q0mqBJ8j88MA0n3PM0tDlkfRWK9AEar/R6XGwd/Q=",
|
||||||
"owner": "nifoc",
|
"owner": "nifoc",
|
||||||
"repo": "nix-overlay",
|
"repo": "nix-overlay",
|
||||||
"rev": "37239e06496ee66ad8f3d719982e672912bad40e",
|
"rev": "b1779e86ed20ba510f3394887e682eb094e7061b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -116,8 +116,8 @@ rec {
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "d4e48be88d9822d98c9194f5cc2778c9953afb66";
|
rev = "00b403f190949275c809d83771a1927d2376c694";
|
||||||
sha256 = "15n8fa1w8lclna1qlg9ihna3fsy708wqr7g9nnzwwgpc3nmjjcfp";
|
sha256 = "1vvdpfbwbyhj0z6ppmxh3b6198mr6yva1vixx16gdf6b3jv64l41";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue