1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-04-12 19:59:42 +02:00
parent b3cb35ee6d
commit aacf548237
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 5 deletions

View file

@ -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": {

View file

@ -111,8 +111,8 @@ in
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "0efa55ae2e6676b1a4cb66c5ee31ea295c6ebc2f";
sha256 = "1d465i3dlhrmmialg4s5j9ffixnwxfiarahi6m6j31g7xpjw3lq0";
rev = "18f9e1a47fc25272836a84aa8adb03925c73b33d";
sha256 = "0fz55c0fsx919bxrx5yhi663nwsgm2fs9j996y7akpg6ajz1jx0w";
fetchSubmodules = false;
};
};