1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-05 20:35:01 +02:00
parent 4c92e75417
commit 383d10e106
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 8 deletions

View file

@ -172,11 +172,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1683265296, "lastModified": 1683303344,
"narHash": "sha256-D4c4NOeG0bwnh2c0/RPvjbbGpTBE7nn1N7MvHQBmbqs=", "narHash": "sha256-3cUpW7pELquKzWoimlGY0ZQ11sFkMYodQZ4GRSqyjiQ=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "648f777931d49b8013146f69d7e2776f69c52900", "rev": "c8ebb04e92c9646d83110f4b45f1d1dfd5316561",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -208,11 +208,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1683236849, "lastModified": 1683267615,
"narHash": "sha256-Y7PNBVLOBvZrmrFmHgXUBUA1lM72tl6JGIn1trOeuyE=", "narHash": "sha256-A/zAy9YauwdPut90h6cYC1zgP/WmuW9zmJ+K/c5i6uc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "374ffe54403c3c42d97a513ac7a14ce1b5b86e30", "rev": "0b6445b611472740f02eae9015150c07c5373340",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -111,8 +111,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "f0b50973f334a7a5bb5831cb52b9fd4c770e6cba"; rev = "39a78192fbcee43f0b9134d668663b0cfc1e082b";
sha256 = "18h2cshlivhahhf5aw0k0pn77lrk1nk27m1131nz8d54621im0bj"; sha256 = "0r5fj9zczhgfb35racs0iva2rcfh05iq992ri9n6x6yy0fdl4zrz";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };