Update deps
This commit is contained in:
parent
b3cb35ee6d
commit
aacf548237
2 changed files with 5 additions and 5 deletions
|
@ -285,11 +285,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1681215634,
|
||||
"narHash": "sha256-dI0SsSWb7ksK3OtTCf61vdlBhok838aIpwQ2EUM+jhY=",
|
||||
"lastModified": 1681272286,
|
||||
"narHash": "sha256-9X5p+gwYrowgbsRgkf14HFI0fkr6UikuwRIQAMlF1yI=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5a156c2e89c1eca09b40bcdcee86760e0e4d79a9",
|
||||
"rev": "6b70761ea8c896aff8994eb367d9526686501860",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -111,8 +111,8 @@ in
|
|||
src = fetchFromGitHub {
|
||||
owner = "nvim-treesitter";
|
||||
repo = "nvim-treesitter";
|
||||
rev = "0efa55ae2e6676b1a4cb66c5ee31ea295c6ebc2f";
|
||||
sha256 = "1d465i3dlhrmmialg4s5j9ffixnwxfiarahi6m6j31g7xpjw3lq0";
|
||||
rev = "18f9e1a47fc25272836a84aa8adb03925c73b33d";
|
||||
sha256 = "0fz55c0fsx919bxrx5yhi663nwsgm2fs9j996y7akpg6ajz1jx0w";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue